All checks were successful
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m45s
60 lines
576 B
Plaintext
Executable File
60 lines
576 B
Plaintext
Executable File
# 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
|
|
|
|
# Infrastructure files (JuiceFS config, etc.)
|
|
.config
|
|
|
|
# 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
|