]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Add 'dist' directory to .gitignore 4229/head
authorGraham Conzett <conzett@gmail.com>
Mon, 30 Jul 2012 18:10:01 +0000 (14:10 -0400)
committerGraham Conzett <conzett@gmail.com>
Mon, 30 Jul 2012 18:10:01 +0000 (14:10 -0400)
commit178397ae5ee8bc59561720fb7be582e294cf0437
tree3e927e2c2e46212b3cbf034609a504b73c626fd6
parent857b8fb8be81178d14f59c126c1381b09aff7c0f
Add 'dist' directory to .gitignore

Allows you to keep a 'dist' directory in the repository as a target build location.
This can be useful if you have bootstrap as a submodule in a project and want to build it,
but still keep it self-contained. Similar to how jQuery does their default builds:
https://github.com/jquery/jquery/#how-to-build-your-own-jquery
.gitignore