chore: 移除 .gitignore 中的 Git 换行符并添加项目忽略目录

This commit is contained in:
徐涛
2026-05-12 09:11:56 +08:00
parent 91d32a6a82
commit 54387a5f64
+8 -3
View File
@@ -68,7 +68,8 @@ $RECYCLE.BIN/
.LSOverride .LSOverride
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*
@@ -200,7 +201,8 @@ fabric.properties
.LSOverride .LSOverride
# Icon must end with two \r # Icon must end with two \r
# Icon must end with two \r Icon
# Thumbnails # Thumbnails
._* ._*
@@ -1022,8 +1024,11 @@ _site/
/vendor /vendor
# Specific ignore for GitHub Pages # Specific ignore for GitHub Pages
# GitHub Pages will always use its own deployed version of pages-gem
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
# 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
# Specific Project files
.opencode/**