Skip to content

Commit be1d968

Browse files
authored
updation of .gitignore
2 parents d6aba87 + c10c40f commit be1d968

1 file changed

Lines changed: 40 additions & 4 deletions

File tree

.gitignore

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
1-
/.gradle/
2-
/target/
3-
/build/
4-
/bin/
1+
# Gradle
2+
.gradle/
3+
**/build/
4+
!src/**/build/
5+
gradle-app.setting
6+
!gradle-wrapper.jar
7+
8+
# Maven
9+
target/
10+
pom.xml.tag
11+
pom.xml.releaseBackup
12+
pom.xml.versionsBackup
13+
pom.xml.next
14+
release.properties
15+
dependency-reduced-pom.xml
16+
buildNumber.properties
17+
.mvn/timing.properties
18+
19+
# Eclipse
20+
.classpath
21+
.project
22+
.settings/
23+
bin/
24+
25+
# IntelliJ IDEA
26+
.idea/
27+
*.iml
28+
*.iws
29+
*.ipr
30+
out/
31+
32+
# VS Code
33+
.vscode/
34+
35+
# OS
36+
.DS_Store
37+
Thumbs.db
38+
39+
# Logs
40+
*.log

0 commit comments

Comments
 (0)