Modernization: Standardized Docker env, added local MariaDB/phpMyAdmin, added automated restore script.
This commit is contained in:
22
.dockerignore
Normal file
22
.dockerignore
Normal file
@@ -0,0 +1,22 @@
|
||||
# Ignore Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Ignore Data Directories (CRITICAL for build speed and permissions)
|
||||
srv/
|
||||
logs/
|
||||
temp/
|
||||
tmp/
|
||||
backups/
|
||||
|
||||
# Ignore Environment Files
|
||||
.env
|
||||
.env.*
|
||||
*.env
|
||||
|
||||
# Ignore IDE settings
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
|
||||
# Ignore miscellaneous
|
||||
README.md
|
||||
Reference in New Issue
Block a user