root 5 years ago
parent
commit
afd25bbadb
2 changed files with 32 additions and 42 deletions
  1. 32 42
      .gitignore
  2. 0 0
      1

+ 32 - 42
.gitignore

@ -1,42 +1,32 @@
1
# Compiled class file
2
*.class
3
target
4
<<<<<<< HEAD
5
.classpath
6
.factorypath
7
=======
8
.settings
9
>>>>>>> homework
10
11
# Log file
12
*.log
13
14
# BlueJ files
15
*.ctxt
16
17
# Mobile Tools for Java (J2ME)
18
.mtj.tmp/
19
20
# Package Files #
21
*.jar
22
*.war
23
*.ear
24
*.zip
25
*.tar.gz
26
*.rar
27
*.iml
28
.idea
29
<<<<<<< HEAD
30
.settings
31
.project
32
=======
33
.vscode
34
>>>>>>> homework
35
36
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
37
hs_err_pid*
38
.factorypath
39
.classpath
40
.settings
41
.project
42
src/main/resources/application-mydev.yml
1
# Compiled class file
2
*.class
3
target
4
.settings
5

6
# Log file
7
*.log
8

9
# BlueJ files
10
*.ctxt
11

12
# Mobile Tools for Java (J2ME)
13
.mtj.tmp/
14

15
# Package Files #
16
*.jar
17
*.war
18
*.ear
19
*.zip
20
*.tar.gz
21
*.rar
22
*.iml
23
.idea
24
.vscode
25

26
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
27
hs_err_pid*
28
.factorypath
29
.classpath
30
.settings
31
.project
32
src/main/resources/application-dev.yml

+ 0 - 0
1