watching files, listing Markdown files
This commit is contained in:
parent
cd29215570
commit
7389d26323
3 changed files with 135 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -3,6 +3,9 @@
|
|||
*.a
|
||||
*.so
|
||||
|
||||
# Editor cruft
|
||||
*.swp
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
|
@ -19,4 +22,6 @@ _cgo_export.*
|
|||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.exe
|
||||
|
||||
livemd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue