You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
349 B
37 lines
349 B
# Front |
|
node_modules |
|
|
|
# Python |
|
*.pyc |
|
.virtualenv* |
|
.tox |
|
|
|
# OS X |
|
.DS_Store |
|
|
|
# Local |
|
db.sqlite3 |
|
|
|
# Themes |
|
# Bootflat |
|
shelfzilla/themes/bootflat/static/css/*.css |
|
shelfzilla/themes/bootflat/static/bower/* |
|
**/CACHE/* |
|
|
|
# Bower |
|
bower_components |
|
static_components |
|
|
|
# Media |
|
shelfzilla/media* |
|
|
|
# i18n |
|
django.pot |
|
|
|
# Fixtures |
|
fixtures/ |
|
|
|
tmp/ |
|
|
|
# Vagrant |
|
.vagrant
|
|
|