liljudd-website/.gitignore

36 lines
335 B
Text
Raw Normal View History

src/drizzle/migrations
2023-10-18 15:58:15 +00:00
dist
.vinxi
.output
.vercel
.netlify
netlify
2023-10-18 15:58:15 +00:00
# Environment
2023-11-09 12:26:24 +00:00
.env
.env*.local
2023-10-18 15:58:15 +00:00
# dependencies
/node_modules
2023-10-18 15:58:15 +00:00
# IDEs and editors
/.idea
.project
.classpath
*.launch
.settings/
# Temp
gitignore
# System Files
.DS_Store
Thumbs.db
2024-03-01 19:50:11 +00:00
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/