Files
eva/.dockerignore
kenneth 906e9dc86f
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 2m22s
fix: unignore bun lockfile
2025-10-25 01:29:30 +00:00

46 lines
391 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-error.log
# Build outputs
dist
.turbo
# Development files
.git
.gitignore
.gitattributes
.devcontainer
.vscode
# Environment files
.env
.env.local
.env.*.local
*.p8
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
logs
# Testing
coverage
.nyc_output
# Documentation
README.md
*.md
# CI/CD
.github
.gitlab-ci.yml
# Misc
.editorconfig
core.*