Update .gitignore

.gitignore添加mac编写代码产生的缓存文件
pull/105/head
ResistanceTo 3 years ago committed by GitHub
parent 98d7701121
commit ac75c3bd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -1,5 +1,6 @@
.idea .idea
.vscode .vscode
.DS_Store
!*.example !*.example
config.yaml config.yaml
*.log *.log

Loading…
Cancel
Save