mirror of
https://github.com/linuxserver/fleet.git
synced 2026-02-20 05:11:08 +08:00
34 lines
447 B
Plaintext
34 lines
447 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
.idea/
|
|
bin/
|
|
build/
|
|
out/
|
|
*.iml
|
|
config/fleet.properties
|
|
src/main/resources/assets/js/all*.js
|
|
src/main/resources/assets/css/all*.css
|
|
src/main/resources/log4j2.xml
|
|
.gradle/ |