Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Conzett <conzett@gmail.com>2012-07-30 22:10:01 +0400
committerGraham Conzett <conzett@gmail.com>2012-07-30 22:10:01 +0400
commit178397ae5ee8bc59561720fb7be582e294cf0437 (patch)
tree3e927e2c2e46212b3cbf034609a504b73c626fd6 /.gitignore
parent857b8fb8be81178d14f59c126c1381b09aff7c0f (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2b1ffbfeb8..3b10ffb384 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ nbproject
.CVS
.idea
node_modules
+dist