46 lines
830 B
Plaintext
46 lines
830 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
target
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
*.iml
|
|
.idea
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# ============================================================
|
|
# Node.js / Frontend
|
|
# ============================================================
|
|
node_modules/
|
|
dist/
|
|
.DS_Store
|
|
*.local
|
|
|
|
# ============================================================
|
|
# Environment
|
|
# ============================================================
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# ============================================================
|
|
# Deploy
|
|
# ============================================================
|
|
weather-data-deploy/
|
|
weather-data-deploy.tar.gz |