28 lines
271 B
Plaintext
28 lines
271 B
Plaintext
node_modules
|
|
.nuxt
|
|
dist
|
|
.git
|
|
.github
|
|
.vscode
|
|
.cursor
|
|
|
|
# Logs and caches
|
|
*.log
|
|
.npm
|
|
.cache
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Environment and local config
|
|
.env
|
|
.env.*
|
|
|
|
# Docker (not needed inside the image)
|
|
Dockerfile*
|
|
docker-compose*.yaml
|
|
docker-compose*.yml
|
|
|
|
# Docs
|
|
README.md
|
|
*.md
|