rebuild/.gitignore
2021-08-09 21:33:33 +08:00

50 lines
483 B
Plaintext

# 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*
# IDE
/.classpath
/.project
/.settings/
/.idea/
*.iml
**/rebel.xml
.gitmodules
**/.gitmodules
# Bin
/target/
/bin/
node_modules
node
/out/
# MacOS
.DS_Store
test.*
# Build
**/public/h5app/
/.deploy/build/