git支持生成.gitignore文件

This commit is contained in:
2022-06-14 20:36:50 +08:00
parent b237251b38
commit 08219b7219
2 changed files with 52 additions and 0 deletions

4
.gitignore vendored
View File

@ -16,8 +16,12 @@
# Dependency directories (remove the comment below to include it)
# vendor/
# goland的相关配置
.idea
# vscode 的相关配置
.vscode
# 构建后的产物目录
release
*_test.go
*.txt