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

12
.gitignore vendored
View File

@@ -23,4 +23,14 @@ go.work
./frontier
.DS_Store
docs/.DS_Store
docs/.DS_Store
# binary output of Makefile
bin/
# editor
.idea/
# tmp file on linux,
*swp
*~