Files
Mana-Loop/.dockerignore
zhipu ff5ecd82ca
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 4m55s
Add Docker support and Gitea Actions workflow for container builds
2026-03-25 17:07:17 +00:00

57 lines
521 B
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Build outputs
.next
out
build
dist
# Development files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# IDE
.idea
.vscode
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Git
.git
.gitignore
# Docker
Dockerfile
docker-compose*.yml
.dockerignore
# Tests
coverage
.nyc_output
*.test.ts
*.spec.ts
__tests__
# Misc
*.md
!README.md
.eslintcache
.tsbuildinfo