Abacus/.gitignore

34 lines
372 B
Plaintext
Raw Normal View History

2017-07-24 09:30:08 -07:00
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2017-07-28 18:48:37 -07:00
# Custom Stuff
# Gradle
.gradle/*
2017-09-16 00:17:03 -07:00
**/build/*
**/out/**
**/.DS_Store
2017-07-28 18:48:37 -07:00
# IntelliJ
.idea/*
abacus.iml