initial commit - add gitignore
This commit is contained in:
commit
bed4bff2c6
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
dist
|
||||
test-results/
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
vite.config.js.timestamp-*
|
||||
/packages/create-svelte/template/CHANGELOG.md
|
||||
/packages/package/test/**/package
|
||||
/documentation/types.js
|
||||
.env
|
||||
.vercel_build_output
|
||||
.svelte-kit
|
||||
.cloudflare
|
||||
.pnpm-debug.log
|
||||
.netlify
|
||||
.turbo
|
||||
.vercel
|
||||
.test-tmp
|
||||
symlink-from
|
||||
.idea/
|
Loading…
Reference in New Issue
Block a user