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

# Java things
.project
.classpath
# jenv
.java-version

# Maven things
target/

# script things
*.sh