aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 01974a774ab4e89592a7e5a0ae2ed78a8375316e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Compiled class files
*.class

# Log files
*.log

# Environment configurations
.classpath
.project
.settings
.vscode
.idea
*.iml

# folders
target
logs