Files
splirate/.gitignore
2026-08-05 22:59:23 -05:00

22 lines
234 B
Plaintext

# Build artifacts
dist/
*.xpi
*.zip
# Node / package manager
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local captures and temp files
*.har
*.log
*.tmp
# OS / editor noise
.DS_Store
Thumbs.db
*~