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
This commit is contained in:
Graham Conzett 2012-07-30 14:10:01 -04:00
parent 857b8fb8be
commit 178397ae5e
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ nbproject
.CVS
.idea
node_modules
dist