about summary refs log tree commit diff
path: root/.gitignore
blob: edd2fa2c5ae4290602b7db283fbcd84304a7f47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# VSCode things
.vscode
.settings

# Java things
.project
.classpath

# Maven things
target/

# script things
*.sh