Remove unnecessary stuff
This commit is contained in:
parent
df51a641dc
commit
aefbd93a35
3 changed files with 7 additions and 4 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -27,3 +27,10 @@ output/
|
||||||
|
|
||||||
# vim
|
# vim
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
# kotovalexarian
|
||||||
|
/brew_dist/
|
||||||
|
/deb_dist/
|
||||||
|
/docker/
|
||||||
|
/docs/
|
||||||
|
/pip_dist/
|
||||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
||||||
[submodule "docker"]
|
|
||||||
path = docker
|
|
||||||
url = https://github.com/ArchiveBox/docker-archivebox.git
|
|
||||||
[submodule "archivebox/vendor/base32-crockford"]
|
[submodule "archivebox/vendor/base32-crockford"]
|
||||||
path = archivebox/vendor/base32-crockford
|
path = archivebox/vendor/base32-crockford
|
||||||
url = https://github.com/jbittel/base32-crockford
|
url = https://github.com/jbittel/base32-crockford
|
||||||
|
|
1
docker
1
docker
|
@ -1 +0,0 @@
|
||||||
Subproject commit 236f7881e3105b218864d9b3185b17c44b306106
|
|
Loading…
Reference in a new issue