Files
sonarscantest/.gitignore
Rajendra Reddy 3c1a2d9a1b
All checks were successful
Sonar Check / SonarQube Scan (pull_request) Successful in 1m14s
Update .gitignore
2026-04-16 15:06:28 +00:00

33 lines
336 B
Plaintext

# Node modules
node_modules/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Enviroment files
.env
.env.local
.env.*.local
.env.*.production
# Build output
dist/
build/
.next/
out/
# IDE files
.vscode/
.idea/
*.swp
# Mac / Linux / Windows system files
.DS_Store
Thumbs.db
# Temporary
*.tmp