mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-03 11:48:58 +00:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
32
turbo-svelte/.gitignore
vendored
Normal file
32
turbo-svelte/.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
node_modules
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
coverage
|
||||
|
||||
# svelte
|
||||
.svelte-kit
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# turbo
|
||||
.turbo
|
||||
|
||||
dist
|
||||
Reference in New Issue
Block a user