rebuild/.gitignore

42 lines
407 B
Plaintext
Raw Normal View History

2018-05-18 11:41:39 +08: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*
2018-05-18 11:44:03 +08:00
2019-03-19 23:15:17 +08:00
# IDE
2018-10-13 23:45:27 +08:00
/.classpath
/.project
2019-01-17 02:07:36 +08:00
/.settings/
2019-07-05 22:48:04 +08:00
/.idea/
2020-10-16 21:53:44 +08:00
*.iml
**/rebel.xml
2019-03-19 23:15:17 +08:00
# Bin
2018-12-18 12:17:38 +08:00
/target/
2018-10-14 00:56:28 +08:00
/bin/
2020-10-16 21:53:44 +08:00
node_modules
node
2018-12-18 12:17:38 +08:00
# MacOS
2019-07-05 22:48:04 +08:00
.DS_Store
test.*