fix: update dev environment
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user