frog/.gitignore
2021-07-04 23:39:41 -06:00

31 lines
246 B
Plaintext

/build/
target/
bin/
.project
.classpath
.settings/
*~
*.orig
*.new
.idea/
*.iml
*.ipr
test/**/build/
examples/**/build/
*.class
*.log
*.jar
*.war
*.ser
*.ear
*.zip
*.tar.gz
*.rar
# frog egg file
*.ser
# virtual machine crash logs
hs_err_pid*