Commit 178397ae authored by Graham Conzett's avatar Graham Conzett

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
parent 857b8fb8
......@@ -34,3 +34,4 @@ nbproject
.CVS
.idea
node_modules
dist
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment