From 178397ae5ee8bc59561720fb7be582e294cf0437 Mon Sep 17 00:00:00 2001 From: Graham Conzett Date: Mon, 30 Jul 2012 14:10:01 -0400 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2b1ffbfeb8..3b10ffb384 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ nbproject .CVS .idea node_modules +dist