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:
parent
857b8fb8be
commit
178397ae5e
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -34,3 +34,4 @@ nbproject
|
|||
.CVS
|
||||
.idea
|
||||
node_modules
|
||||
dist
|
||||
|
|
Loading…
Reference in a new issue