mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2025-12-06 13:54:41 +08:00
52 lines
485 B
Plaintext
52 lines
485 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Build output (will be regenerated)
|
|
dist/
|
|
build/
|
|
|
|
# Development files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
CHANGELOG.md
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Temporary files
|
|
.cache/
|
|
.temp/
|
|
.tmp/
|
|
*.tmp
|