diff options
| author | Graham Conzett <[email protected]> | 2012-07-30 14:10:01 -0400 |
|---|---|---|
| committer | Graham Conzett <[email protected]> | 2012-07-30 14:10:01 -0400 |
| commit | 178397ae5ee8bc59561720fb7be582e294cf0437 (patch) | |
| tree | 3e927e2c2e46212b3cbf034609a504b73c626fd6 | |
| parent | 857b8fb8be81178d14f59c126c1381b09aff7c0f (diff) | |
| download | bootstrap-178397ae5ee8bc59561720fb7be582e294cf0437.tar.xz bootstrap-178397ae5ee8bc59561720fb7be582e294cf0437.zip | |
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
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b1ffbfeb..3b10ffb38 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ nbproject .CVS .idea node_modules +dist |
