mirror of
https://github.com/fmhy/edit.git
synced 2026-02-18 09:11:33 +11:00
improve
This commit is contained in:
parent
803f51d757
commit
7f745e08c4
1 changed files with 8 additions and 23 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
|
@ -1,30 +1,15 @@
|
||||||
# This line ignores the entire .vitepress/dist directory and its contents
|
# Ignore the entire directories with their contents
|
||||||
**/.vitepress/dist
|
**.vitepress/dist
|
||||||
|
**.vitepress/cache
|
||||||
# This line ignores the entire .vitepress/cache directory and its contents
|
|
||||||
**/.vitepress/cache
|
|
||||||
|
|
||||||
# This line ignores the node_modules directory and its contents
|
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
# These lines ignore any files ending with .log
|
|
||||||
*.log*
|
|
||||||
|
|
||||||
# This line ignores the .nitro directory and its contents
|
|
||||||
.nitro
|
.nitro
|
||||||
|
|
||||||
# This line ignores the .cache directory and its contents
|
|
||||||
.cache
|
.cache
|
||||||
|
|
||||||
# This line ignores the .output directory and its contents
|
|
||||||
.output
|
.output
|
||||||
|
|
||||||
# This line ignores the .env file
|
|
||||||
.env
|
|
||||||
|
|
||||||
# This line ignores the dist directory and its contents
|
|
||||||
dist
|
dist
|
||||||
|
|
||||||
# This line ignores the .eslintcache file
|
# Ignore any files ending with .log or .env
|
||||||
.eslintcache
|
*.log*
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Ignore the .eslintcache file
|
||||||
|
.eslintcache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue