-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (40 loc) · 910 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
# Created by .ignore support plugin (hsz.mobi)
### Java template
*.class
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
!/gradle/wrapper/*.jar
# 一切为了持续集成 ——Eldath
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
reports
.gradle/
res/config.properties
.idea/libraries
/.idea/workspace.xml
/.idea/modules/strictfp-back-end_main.iml
/.idea/modules/strictfp-back-end_test.iml
/.idea/modules/strictfp-back-end.iml
/.idea/copyright/profiles_settings.xml
/.idea/vcs.xml
/.idea/compiler.xml
/.idea/gradle.xml
/.idea/misc.xml
/.idea/uiDesigner.xml
/.idea/modules.xml
build/
.idea/encodings.xml
.idea/modules/
.idea/dataSources.local.xml
.idea/dataSources.xml
.idea/dataSources/
.idea/dictionaries/
logs/
/src/main/java/db/config/config.properties
/src/main/java/tool/config/config.properties