OSDN Git Service

Test for adding tags names to search index (currently commented out).
[neighbornote/NeighborNote.git] / .gitignore
index c5e82d7..6c3ab6e 100644 (file)
@@ -1 +1,19 @@
-bin
\ No newline at end of file
+# 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