Files
update_field_api/.gitignore
T
2026-06-17 12:04:02 -03:00

32 lines
323 B
Plaintext

# Dependencies
node_modules/
# Environment (secrets)
.env
.env.local
.env.*.local
# Build output
dist/
*.tsbuildinfo
# Runtime logs from bulk updates
run-log-*.json
errors-*.json
# OS
.DS_Store
Thumbs.db
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor / IDE
.idea/
.vscode/
*.swp
*.swo