ignore hidden directories
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
**/__pycache__/*
|
**/__pycache__/*
|
||||||
html/
|
html/
|
||||||
|
**/.*/
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "tools/mmd"]
|
[submodule "tools/mmd"]
|
||||||
path = tools/mmd
|
path = tools/mmd
|
||||||
url = https://github.com/fletcher/MultiMarkdown-6
|
url = https://github.com/fletcher/MultiMarkdown-6
|
||||||
|
[submodule "tools/gifenc"]
|
||||||
|
path = tools/gifenc
|
||||||
|
url = https://github.com/lecram/gifenc
|
||||||
|
1
tools/gifenc
Submodule
1
tools/gifenc
Submodule
Submodule tools/gifenc added at 87acd487df
Reference in New Issue
Block a user