Files
xevion.dev/.gitignore
Xevion af81d8e048 refactor: large refactor around monorepo
Just a commit point while I'm testing stuff. Already decided at this
point to simplify and revert away from PayloadCMS.
2026-01-04 13:18:34 -06:00

47 lines
400 B
Plaintext

# Dependencies
node_modules/
# Build outputs
.next/
.svelte-kit/
build/
dist/
.turbo/
*.tsbuildinfo
# Environment - only in root
/.env
/.env*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
coverage/
# Temporary
tmp/
temp/
*.tmp
# Playwright
playwright-report/
test-results/
# Docker
docker-build.log