Cleanup : Remove the custom graph library and browserify
[dlux.git] / .gitignore
1 *.sw*
2 *~
3 # assets/
4 dlux-web/**/assets/
5 build/
6 bin/
7 node_modules/
8 target/
9 vendor/
10 .DS_Store
11
12 # Eclipse
13 .classpath
14 .project
15 .settings/
16
17 # Intellij
18 .idea/
19 *.iml
20 *.iws
21
22 # Mac
23 .DS_Store
24
25 # Maven
26 log/
27 target/
28
29 *.class
30
31 # Package Files #
32 *.jar
33 *.war
34 *.ear
35
36 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
37 hs_err_pid*
38 dlux-web/node