You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
363 B

# --- Node / build artifacts ---
/src/node_modules
/src/.nuxt
/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