Freeze version of external dependencies
[dlux.git] / .gitignore
index 957ad1a3cad4886f3adb1626b6609bed0815e91a..c648b6984fc437096c1130df3d921f20729c7cba 100644 (file)
@@ -1,8 +1,38 @@
 *.sw*
 *~
+# assets/
+dlux-web/**/assets/
 build/
 bin/
 node_modules/
 target/
 vendor/
 .DS_Store
+
+# 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