mirror of
https://github.com/pheralb/svgl.git
synced 2025-03-12 08:00:35 +08:00
🛠️ Update gitignore.
This commit is contained in:
parent
4a685af29c
commit
37a8a07ff7
16
.gitignore
vendored
16
.gitignore
vendored
@ -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-*
|
||||
|
Loading…
x
Reference in New Issue
Block a user