Files
Focolari-Voting-System/frontend/.gitignore
EmanueleAlfano 77bea025fa gitingore update
2026-02-04 09:50:15 +01:00

53 lines
642 B
Plaintext

# ================================================
# Focolari Voting System - Frontend .gitignore
# ================================================
# Dependencies
node_modules/
# Build output
dist/
dist-ssr/
build/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Local env files
*.local
.env
.env.local
.env.*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
coverage/
test-results/
playwright-report/
playwright/.cache/
# Cache
.cache/
.eslintcache
package-lock.json