fix: stuff
This commit is contained in:
@@ -1,21 +1,16 @@
|
||||
# .dockerignore
|
||||
|
||||
# Git files
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Docker files should not be in the build context
|
||||
Dockerfile
|
||||
|
||||
# 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
|
||||
*.md
|
||||
.env
|
Reference in New Issue
Block a user