mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Merge a8a587d016 into c677dd99d4
This commit is contained in:
commit
6b3b546a1b
@ -62,9 +62,6 @@ web_modules/
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variable files
|
||||
.env
|
||||
.env.*
|
||||
@ -131,6 +128,12 @@ dist
|
||||
|
||||
# yarn v3
|
||||
.pnp.*
|
||||
|
||||
# Snyk cache files
|
||||
.dccache
|
||||
|
||||
# Yarn files
|
||||
.yarn-integrity
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
@ -142,3 +145,4 @@ dist
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
.vite/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user