All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m55s
47 lines
485 B
Text
47 lines
485 B
Text
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Development files
|
|
*.md
|
|
.git/
|
|
.gitignore
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# CI/CD
|
|
.forgejo/
|
|
.github/
|
|
|
|
# Other
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Built files (will be built inside Docker)
|
|
dist/
|