mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 19 additions and 0 deletions
@ -1,3 +1,22 @@ |
|||||
|
# --- Node / build artifacts --- |
||||
/src/node_modules |
/src/node_modules |
||||
/src/.nuxt |
/src/.nuxt |
||||
/src/.output |
/src/.output |
||||
|
|
||||
|
# --- Git history (never needed in build context) --- |
||||
|
.git |
||||
|
.gitignore |
||||
|
|
||||
|
# --- Documentation & assets (not needed in image) --- |
||||
|
docs |
||||
|
assets |
||||
|
*.md |
||||
|
CHANGELOG.md |
||||
|
LICENSE |
||||
|
|
||||
|
# --- CI / GitHub metadata --- |
||||
|
.github |
||||
|
.vscode |
||||
|
|
||||
|
# --- Dev Dockerfile (not needed inside build context) --- |
||||
|
Dockerfile.dev |
||||
|
|||||
Loading…
Reference in new issue