fp/services/our/.dockerignore
CJ_Clippy fad0d49776
Some checks failed
ci / build (push) Failing after 0s
ci / Tests & Checks (push) Failing after 1s
createFunscript fixes
2025-07-19 07:18:48 -08:00

29 lines
247 B
Plaintext

runs
requirements.txt
venv
src/test
node_modules
# 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-*