docker updates for web

This commit is contained in:
itsAzaria
2026-02-20 13:28:07 +00:00
parent 16999ecea5
commit a628eea61f
6 changed files with 85 additions and 19 deletions
+21
View File
@@ -0,0 +1,21 @@
# Git
.git
.gitignore
.github
# Local environment and editor files
.env
.env.*
.vscode
.idea
# Build and runtime artifacts
vendor
builds
.laracord
storage/logs
*.sqlite
# OS noise
.DS_Store
Thumbs.db