forked from openworm/org.geppetto.frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (41 loc) · 872 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*.class
*.DS_Store
src/main/webapp/META-INF
src/main/webapp/js/jsdocs
node_modules/
node/
src/main/webapp/js/components/dist/
src/main/webapp/dashboard/api/session.json
# Build js, css
bin/
src/main/webapp/js/main-built.js
src/main/webapp/css/main.css
# Package Files #
*.jar
*.war
*.ear
# Editor byproducts
.idea/
*.swp
/target
/bin
.idea/
*.iml
*~
.imdone/
/.externalToolBuilders/
/.settings/
.classpath
#WormSim specific stuff
*.css-e
*.less-e
src/main/webapp/js/components/dev/customrenderer/
src/main/webapp/js/components/dev/wormsimbuttonbar/
src/main/webapp/js/components/dev/wormsimlogo/
src/main/webapp/js/components/dev/wormsimsimulationcontrols/
src/main/webapp/js/components/dev/wormsimtutorialhandler/
src/main/webapp/js/components/wormsim.*
#other local directories that may get installed
org.geppetto.core/
org.geppetto.model/
org.geppetto.simulation/