Public Access
1
0

fix: update dev environment

This commit is contained in:
2025-08-27 15:19:09 -04:00
parent 530b54b9ee
commit a9f895ec76
2 changed files with 22 additions and 8 deletions

View File

@@ -1,11 +1,23 @@
node_modules
# .dockerignore
_site
npm-debug.log
# Git files
.git
.gitignore
# Docker files should not be in the build context
Dockerfile
docker-compose.yml
docker-compose.dev.yml
.git
.gitignore
# Node.js dependencies are installed inside the container
node_modules
npm-debug.log
# Build output is generated inside the container
_site
# VS Code configuration
.vscode
# Documentation / Readmes
*.md