LSFE-Frontend/.gitignore
rowell_m_soriano f568a8aa14
All checks were successful
Build and Deploy LSFE Frontend / build-and-deploy (push) Successful in 4m36s
for migration to new repo to be able to use the CICD
2026-07-30 13:56:40 +08:00

98 lines
1.4 KiB
Plaintext

# =========================
# Dependencies
# =========================
node_modules/
# Package manager logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# =========================
# Build output
# =========================
dist/
build/
coverage/
# =========================
# Vite
# =========================
.vite/
# =========================
# TypeScript
# =========================
*.tsbuildinfo
# =========================
# Environment variables
# =========================
.env
.env.local
.env.*.local
# Keep example env file
!.env.example
# =========================
# IDEs
# =========================
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
.idea/
*.iml
# =========================
# OS files
# =========================
.DS_Store
Thumbs.db
Desktop.ini
# =========================
# Logs
# =========================
logs/
*.log
# =========================
# Temporary files
# =========================
tmp/
temp/
.cache/
.eslintcache
# =========================
# Testing
# =========================
playwright-report/
test-results/
coverage/
# =========================
# Misc
# =========================
*.tgz
*.zip
*.7z
# =========================
# Local database files
# (if used for development)
# =========================
*.sqlite
*.sqlite3
# =========================
# Runtime PID files
# =========================
*.pid
*.pid.lock