packages_speech_bubble/.gitignore
xlarp bb18ffc49b
Some checks failed
CI / build (16.x) (push) Has been cancelled
CI / build (18.x) (push) Has been cancelled
CI / build (20.x) (push) Has been cancelled
init
2025-01-25 07:08:20 +02:00

65 lines
721 B
Text

# Dependency directories
node_modules/
# Build output
dist/
build/
out/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Coverage directory
coverage/
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Temporary files
*.tmp
*.bak
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Compiled binary addons
build/Release
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# Temporary test outputs
__tests__/output/