1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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
.gitignore vendored
View file

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