mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
16 lines
195 B
Plaintext
16 lines
195 B
Plaintext
.DS_Store
|
|
.svelte-kit
|
|
node_modules
|
|
/build
|
|
/package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
vite.config.js*
|
|
|
|
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
pnpm-workspace.yaml
|
|
package-lock.json
|
|
yarn.lock
|