Skip to content

Commit fefec2b

Browse files
committed
update .gitignore
1 parent ee45c61 commit fefec2b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

+11-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,14 @@ go.work
2323
./frontier
2424

2525
.DS_Store
26-
docs/.DS_Store
26+
docs/.DS_Store
27+
28+
# binary output of Makefile
29+
bin/
30+
31+
# editor
32+
.idea/
33+
34+
# tmp file on linux,
35+
*swp
36+
*~

0 commit comments

Comments
 (0)