otogesuru/.dockerignore

22 lines
191 B
Plaintext
Raw Permalink Normal View History

2024-08-02 16:23:21 -03:00
node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*