.gitignore 58 Bytes
Newer Older
Lukas Wiest's avatar
Lukas Wiest committed
1
2
3
4
5
6
7
8
9
10
11

*.jar
*.class

# maven
/target

# IntelliJ
/.idea
*.iml