Update .gitignore to include Docker .env & server config

This commit is contained in:
root 2024-01-24 23:43:37 -05:00
parent 0f4a1de0ca
commit 29990ae5ad

5
.gitignore vendored
View File

@ -2,7 +2,7 @@
.idea/
*.iml
/target
.yaml
# build files
/build/
/dist/
@ -16,3 +16,6 @@
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
.env
# Docker Compose environment variable files