aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 3615915cd52628be073474a7d1e9be0e4210e74d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Application
logs/
debug-logs/

# Maven
target/

# Eclipse
.classpath
.factorypath
.project
.settings/

# IntelliJ
.idea/
*.iml

# Misc
.checkstyle