Skip to content

Commit

Permalink
Add 'dist' directory to .gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
conzett committed Jul 30, 2012
1 parent 857b8fb commit 178397a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ nbproject
.CVS
.idea
node_modules
dist

0 comments on commit 178397a

Please sign in to comment.