feat: 修复.gitignore中的Icon行格式并添加对.svelte-kit的忽略
This commit is contained in:
@@ -70,6 +70,7 @@ $RECYCLE.BIN/
|
|||||||
# Icon must end with two \r
|
# Icon must end with two \r
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|
||||||
@@ -202,6 +203,7 @@ fabric.properties
|
|||||||
# Icon must end with two \r
|
# Icon must end with two \r
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|
||||||
@@ -1027,3 +1029,5 @@ _site/
|
|||||||
# counterproductive to check this file into the repository.
|
# counterproductive to check this file into the repository.
|
||||||
# Details at https://github.com/github/pages-gem/issues/768
|
# Details at https://github.com/github/pages-gem/issues/768
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
||||||
|
.svelte-kit/
|
||||||
|
|||||||
Reference in New Issue
Block a user