mirror of
https://github.com/linuxserver/fleet.git
synced 2026-02-20 05:11:08 +08:00
43 lines
526 B
Plaintext
43 lines
526 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
|
|
/config/fleet_static/*
|
|
src/main/resources/assets/js/all*.js
|
|
src/main/resources/assets/css/all*.css
|
|
src/main/resources/log4j2.xml
|
|
.gradle/
|
|
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.vscode/
|
|
|
|
**/.DS_Store
|