aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-07 11:38:39 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-07 11:38:39 +0200
commitad952a580874f47b4261cedb33c8ccdec8197ece (patch)
treeef9105e2060d4f37a4a405b5542a0ee5b8097223 /.gitmodules
parentHeroku Button will not work with repos that have Git submodules. Heroku Butto... (diff)
downloadnewspipe-ad952a580874f47b4261cedb33c8ccdec8197ece.tar.gz
newspipe-ad952a580874f47b4261cedb33c8ccdec8197ece.tar.bz2
newspipe-ad952a580874f47b4261cedb33c8ccdec8197ece.zip
bootstrap is no longer deployed as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 91931bb4..00000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "submodules/bootstrap"]
- path = submodules/bootstrap
- url = https://github.com/twbs/bootstrap.git
bgstack15