Add bower and grunt in gitignore.
This commit is contained in:
parent
7196f12a59
commit
b9cf911523
16
.gitignore
vendored
16
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user