Merge pull request #79 from kuchaguangjie/eric

update .gitignore
This commit is contained in:
Austin Zhai
2024-10-15 11:11:22 +08:00
committed by GitHub

10
.gitignore vendored
View File

@@ -24,3 +24,13 @@ go.work
.DS_Store
docs/.DS_Store
# binary output of Makefile
bin/
# editor
.idea/
# tmp file on linux,
*swp
*~