Add bower and grunt in gitignore.

This commit is contained in:
Alexis Lahouze 2015-06-13 17:35:48 +02:00
parent 821748b711
commit 78ccef089e

16
.gitignore vendored
View File

@ -69,4 +69,20 @@ docs/_build/
target/
### grunt ###
# Grunt usually compiles files inside this directory
dist/
# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
.tmp/
### Bower ###
bower_components
.bower-cache
.bower-registry
.bower-tmp
### Local files ###
config.py