From b9cf911523694316aa67ca32843cb78cb7897169 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 13 Jun 2015 17:35:48 +0200 Subject: [PATCH] Add bower and grunt in gitignore. --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 04b6d30..367bfb3 100644 --- a/.gitignore +++ b/.gitignore @@ -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