mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +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
|
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-*
|
||||||
|
Loading…
Reference in New Issue
Block a user