mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
3 Commits
95ce1f1a35
...
e386143641
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e386143641 | ||
|
|
a8a587d016 | ||
|
|
48cc02e680 |
@ -62,9 +62,6 @@ web_modules/
|
|||||||
# Output of 'npm pack'
|
# Output of 'npm pack'
|
||||||
*.tgz
|
*.tgz
|
||||||
|
|
||||||
# Yarn Integrity file
|
|
||||||
.yarn-integrity
|
|
||||||
|
|
||||||
# dotenv environment variable files
|
# dotenv environment variable files
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
@ -131,6 +128,12 @@ dist
|
|||||||
|
|
||||||
# yarn v3
|
# yarn v3
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
|
# Snyk cache files
|
||||||
|
.dccache
|
||||||
|
|
||||||
|
# Yarn files
|
||||||
|
.yarn-integrity
|
||||||
.yarn/*
|
.yarn/*
|
||||||
!.yarn/patches
|
!.yarn/patches
|
||||||
!.yarn/plugins
|
!.yarn/plugins
|
||||||
@ -142,3 +145,4 @@ dist
|
|||||||
vite.config.js.timestamp-*
|
vite.config.js.timestamp-*
|
||||||
vite.config.ts.timestamp-*
|
vite.config.ts.timestamp-*
|
||||||
.vite/
|
.vite/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user