mirror of
https://github.com/YuzuZensai/Crowdin-Localization-Tools.git
synced 2026-01-06 04:33:03 +00:00
33 lines
360 B
Plaintext
33 lines
360 B
Plaintext
# Environment variables
|
|
.env
|
|
*.env
|
|
.env.*
|
|
|
|
# Output files
|
|
*.csv
|
|
|
|
# Credentials and secrets
|
|
client_secret*.json
|
|
*-credentials.json
|
|
credentials.json
|
|
vrcsheet-*.json
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# IDE and editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
Thumbs.db |