🛠️ Update gitignore.

This commit is contained in:
pheralb
2023-03-15 11:24:36 +00:00
parent 4a685af29c
commit 37a8a07ff7
+14 -2
View File
@@ -1,10 +1,22 @@
.DS_Store
# Dependencies
node_modules
/build
package-lock.json
pnpm-lock.yaml
yarn.lock
# Folders
/.svelte-kit
/build
/package
# Logs
.DS_Store
# Environment variables
.env
.env.*
!.env.example
# Vite files
vite.config.js.timestamp-*
vite.config.ts.timestamp-*