mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 17:04:33 +08:00
80253cc974
tour
48 lines
466 B
Text
48 lines
466 B
Text
# 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
|
|
|
|
/.deploy/build/
|