Skip to content

Commit db6d837

Browse files
author
tcheeric
committed
chore: add .gitignore
1 parent 380c4f3 commit db6d837

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Maven
2+
target/
3+
pom.xml.tag
4+
pom.xml.releaseBackup
5+
pom.xml.versionsBackup
6+
pom.xml.next
7+
release.properties
8+
dependency-reduced-pom.xml
9+
buildNumber.properties
10+
.mvn/timing.properties
11+
.mvn/wrapper/maven-wrapper.jar
12+
13+
# IDE
14+
.idea/
15+
*.iml
16+
*.ipr
17+
*.iws
18+
.project
19+
.classpath
20+
.settings/
21+
.factorypath
22+
23+
# OS
24+
.DS_Store
25+
Thumbs.db
26+
27+
# Logs
28+
*.log
29+
logs/
30+
31+
# Misc
32+
*.swp
33+
*.swo
34+
*~

0 commit comments

Comments
 (0)