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

# Maven
target/

# Eclipse
.classpath
.factorypath
.project
.settings/

# IntelliJ
.idea/
*.iml

# Visual Studio Code
.vscode

# Misc
.checkstyle