]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
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)
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

index 2b1ffbfeb8a254fb39f53e6e4f27aa9d20c859fb..3b10ffb3848326714e44aff2c3c6b1c1f1e4fff2 100644 (file)
@@ -34,3 +34,4 @@ nbproject
 .CVS
 .idea
 node_modules
+dist