caio.co/de/cerberus


Ignore local tmp/ directory by Caio 5 years ago (log)

Blob .gitignore

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
tmp/
# IntelliJ
.idea/
out/
*.iml
# Java
*.class
*.jar
# crash logs
hs_err_pid*
# Maven
target/
# Maven wrapper
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/MavenWrapperDownloader.java