rebuild/.gitignore

50 lines
535 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/
rebuild.iml
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/
2018-11-17 21:15:55 +08:00
/.production/node_modules/
2018-11-21 02:32:01 +08:00
/.production/_temp/
2018-11-17 21:15:55 +08:00
/.production/build/
2019-03-19 23:15:17 +08:00
/a.json
2018-12-18 12:17:38 +08:00
# MacOS
2019-07-05 22:48:04 +08:00
.DS_Store
2020-02-10 14:48:32 +08:00
node_modules
test.*
.gitmodules
2020-08-13 01:10:08 +08:00
.deploy/temp/
.deploy/build/
.deploy/node_modules/