Skip to content

Commit d0a2774

Browse files
author
yuwei07
committed
gitignore
1 parent e2ea2cc commit d0a2774

File tree

2 files changed

+37
-11
lines changed

2 files changed

+37
-11
lines changed

.gitignore

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1-
/bin/
2-
/build/
3-
/dist/
1+
target
2+
.project
3+
.classpath
4+
.settings
5+
*.iml
6+
/.idea/
7+
bin
8+
.gradle
9+
*.DS_Store
10+
docker*
11+
*.sql
12+
classes/
13+
applicationContext.properties
14+
node_modules/

.idea/workspace.xml

+23-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)