chore: 添加“examples”目录到.gitignore文件中以排除版本控制

此更改在“.gitignore”文件中添加了一个新条目“examples”,从而在Git版本控制中忽略“examples”目录。这有助于保持仓库的整洁,同时避免提交示例文件,这些文件可能会变得过时或与当前代码库状态不一致。
This commit is contained in:
hello8693 2024-08-05 18:06:10 +08:00
parent fde43ab54d
commit 97c440e7a6

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ dist
out
.DS_Store
*.log*
examples