OSDN Git Service

連想ノートリストの見た目を少しだけ変更。
[neighbornote/NeighborNote.git] / .gitignore
1 # Runtime data when running NeverNote directly from the git repos
2 /db/
3 /logs/
4 /res/
5 /secure.txt
6 /translations/*.qm
7
8 # Eclipse compiled classes
9 /bin/
10
11 # Ignore compilation results - no need for these to be under source control
12 *.class
13
14 #meta files & Eclipse files
15 /.metadata/
16 /*.classpath
17
18 #Local platform binaries
19 /lib/*.dll
20
21 #ini file
22 NeighborNote.ini