FBLA25/.gitignore
drake 638fb4c0f8
All checks were successful
ci / docker_image (push) Successful in 1m36s
ci / deploy (push) Successful in 16s
gitignore fix
2025-03-28 12:23:52 -05:00

35 lines
334 B
Plaintext

node_modules
/.idea
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Postgres
postgresql
# User uploads
/static/uploads/logos/*
/static/uploads/avatars/*
/static/uploads/resumes/*