Files
RepoDructor/.dockerignore
josedario87 f0ed200577
Some checks failed
build-and-deploy / build (push) Failing after 25s
build-and-deploy / deploy (push) Has been skipped
Add Docker deployment configuration and CI/CD pipeline
2025-08-04 13:51:09 -06:00

32 lines
260 B
Plaintext

node_modules
npm-debug.log
.git
.gitignore
README.md
.env*
.nyc_output
coverage
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
Thumbs.db
music/
*.mp3
*.wav
*.flac
*.m4a
*.ogg
*.aac
.output
.nuxt
.cache
dist
logs
*.log
.tmp
.parcel-cache
docker-compose*.yml
Dockerfile*