42 lines
370 B
Plaintext
42 lines
370 B
Plaintext
# maven #
|
|
target
|
|
|
|
logs
|
|
|
|
# windows #
|
|
Thumbs.db
|
|
|
|
# Mac #
|
|
.DS_Store
|
|
|
|
# eclipse #
|
|
.settings
|
|
.project
|
|
.classpath
|
|
.log
|
|
*.class
|
|
|
|
# idea #
|
|
.idea
|
|
*.iml
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
/target
|
|
|
|
# Application logs and runtime files #
|
|
application.log
|
|
*.pid
|
|
nohup.out
|
|
|
|
# Caddy and deployment files #
|
|
Caddyfile
|
|
*.sh
|
|
*_SETUP.md
|
|
PORT_FORWARD.md
|
|
QUICKSTART.md
|
|
SERVICE_CONFIG.md
|
|
nul
|