forked from TICBC/icbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
76 lines (65 loc) · 896 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
node_modules/
bower_components/
.sass-cache/
.idea/
.tmp/
dist/
puck-front/dist
public/
api.html
# java
# Misc
*~
.#*
dependency-reduced-pom.xml
.DS_Store
data/
tmp/
*.sw[op]
classes/
.new-relic/
test.log
logs/
work/
.bower-*
# Eclipse
# > the following should be created by `./gradlew eclipse`
.classpath
.project
# > ignore all eclipse settings by default
.settings
# > except the following, primarily for formatting purposes
!.settings/org.eclipse.jdt.core.prefs
!.settings/org.eclipse.jdt.ui.prefs
!.settings/org.eclipse.wst.html.core.prefs
# > other misc eclipse artifacts
.springBeans
bin
atlassian-ide-plugin.xml
rebel.xml
# IDEA
.idea
*.iml
*.ipr
*.iws
out
# Gradle
.gradle
gradle
build
/build
mysql.properties
gradle.properties
application.properties
# Structure101
tiger.java.hsp
.DS_Store
*.eml
*.userlibraries
lib/
plugins/
# war
*.war
plugins.zip
#auto script
mng_auto.sh