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

# Maven
target/

# Eclipse
.classpath
.factorypath
.project
.settings/

# IntelliJ
.idea/
*.iml