rebuild/.gitignore

49 lines
466 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
.gitmodules
2021-04-08 01:05:34 +08:00
**/.gitmodules
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
2021-04-21 13:29:32 +08:00
/out/
2018-12-18 12:17:38 +08:00
# MacOS
2019-07-05 22:48:04 +08:00
.DS_Store
test.*
2021-06-08 17:53:02 +08:00
# Build
2021-08-09 21:33:33 +08:00
/.deploy/build/