All checks were successful
Sonar Check / SonarQube Scan (pull_request) Successful in 1m18s
33 lines
337 B
Plaintext
33 lines
337 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Environment 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
|