chore(ReactJs): added ReactJs.gitignore file specific for ReactJs

This commit is contained in:
Yasin 2025-09-30 18:28:11 +03:30
parent fc6ce5da28
commit dc80d08c3f
No known key found for this signature in database
GPG Key ID: 6DA1DB678046C59B

52
ReactJs.gitignore Normal file
View File

@ -0,0 +1,52 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Dependency directories
node_modules/
jspm_packages/
# Production build output (CRA / Vite / Next.js)
build/
dist/
.next/
out/
# Local environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Editor directories and files
.vscode/
../github-gitignore/.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
# Caches
.cache/
.temp/
*.tmp
*.temp
# Optional: lock files (if you prefer not to commit them)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# System files
.DS_Store
Thumbs.db