mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Adding more to the repo git ignore
This commit is contained in:
parent
25015b1408
commit
5d7772c10a
1 changed files with 14 additions and 2 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,3 +1,15 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules/
|
node_modules
|
||||||
haters/
|
/build
|
||||||
|
/.svelte-kit
|
||||||
|
/package
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
*.xdp*
|
||||||
|
vite.config.js.timestamp-*
|
||||||
|
vite.config.ts.timestamp-*
|
||||||
|
|
||||||
|
.fleet
|
||||||
|
.idea
|
||||||
|
.vercel
|
||||||
Loading…
Reference in a new issue