🛠️ Update gitignore.

This commit is contained in:
pheralb 2023-03-15 11:24:36 +00:00
parent 4a685af29c
commit 37a8a07ff7

16
.gitignore vendored
View File

@ -1,10 +1,22 @@
.DS_Store # Dependencies
node_modules node_modules
/build package-lock.json
pnpm-lock.yaml
yarn.lock
# Folders
/.svelte-kit /.svelte-kit
/build
/package /package
# Logs
.DS_Store
# Environment variables
.env .env
.env.* .env.*
!.env.example !.env.example
# Vite files
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*