Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit ada8e40

Browse files
committed
Update .gitignore
1 parent d059b1a commit ada8e40

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.gitignore

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1+
# Gradle
2+
.gradle
3+
build/
4+
5+
# Ignore Gradle GUI config
6+
gradle-app.setting
7+
8+
# Eclipse
19
.classpath
10+
.settings/
211
.project
3-
.settings
412
.springBeans
13+
bin/
14+
15+
# IntelliJ
516
.idea
17+
spring-events.iml
18+
19+
# TestNG
20+
test-output/
21+
22+
# Misc
23+
*.log
624
target
725
*.sw?
8-
.gradle
9-
build
1026
.DS_Store
1127
*.iml
1228
atlassian-ide-plugin.xml

0 commit comments

Comments
 (0)