OSDN Git Service

連想ノートリストアイテムクリック時の履歴が記録されていなかった問題を修正。
[neighbornote/NeighborNote.git] / .gitignore
index 179f7c3..01b5b21 100644 (file)
@@ -1,4 +1,22 @@
-bin
+# Runtime data when running NeverNote directly from the git repos
+/db/
+/logs/
+/res/
+/secure.txt
+/translations/*.qm
+
+# Eclipse compiled classes
+/bin/
 
 # Ignore compilation results - no need for these to be under source control
 *.class
+
+#meta files & Eclipse files
+/.metadata/
+/*.classpath
+
+#Local platform binaries
+/lib/*.dll
+
+#ini file
+NeighborNote.ini