personal-website/.dockerignore
Damien e8648fb7a8
Some checks failed
Build and Push Docker Image / build (push) Failing after 9m13s
ci: build
2025-02-25 10:41:51 -05:00

40 lines
410 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Next.js build output
.next
out
# Git and GitHub related
.git
.github
.gitignore
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Editor directories and files
.idea
.vscode
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Testing
coverage
.nyc_output
# Misc
README.md
LICENSE
*.md