Files
JSQuestions/.gitignore
T
2026-02-06 13:52:06 +05:30

45 lines
382 B
Plaintext

# Dependencies
node_modules/
.npm
package-lock.json
yarn.lock
# Build output
dist/
build/
.next/
out/
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Testing
coverage/
.nyc_output/
# IDE & Editor
.vscode/
.idea/
*.swp
*.swo
*.swn
*~
.DS_Store
# OS
Thumbs.db
.DS_Store
# Misc
.cache/
.turbo/