Yangman - changed event strings to constants
[dlux.git] / .gitignore
index 4d273aa6ec55b30b26a9ee95e20d88023f2ff44a..71fd842ffab627206259b96860ee6b8d18202eab 100644 (file)
@@ -1,7 +1,43 @@
 *.sw*
 *~
+# assets/
+dlux-web/**/assets/
 build/
 bin/
 node_modules/
+target/
 vendor/
 .DS_Store
+
+# dlux app
+dlux-web/src/
+!dlux-web/src/less/
+
+# Eclipse
+.classpath
+.project
+.settings/
+
+# Intellij
+.idea/
+*.iml
+*.iws
+
+# Mac
+.DS_Store
+
+# Maven
+log/
+target/
+
+*.class
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+dlux-web/node
+dlux-web/src/LICENSE