fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/.gitignore

35 lines
329 B
Plaintext
Raw Normal View History

2014-03-18 12:48:12 +00:00
# Front
node_modules
# Python
*.pyc
2014-05-26 15:12:01 +00:00
.virtualenv*
.tox
2014-03-18 12:48:12 +00:00
# OS X
.DS_Store
# Local
db.sqlite3
2014-03-19 10:57:23 +00:00
# Themes
# Bootflat
shelfzilla/themes/bootflat/static/css/*.css
shelfzilla/themes/bootflat/static/bower/*
**/CACHE/*
# Bower
bower_components
static_components
# Media
2014-08-24 15:06:27 +00:00
shelfzilla/media*
# i18n
2014-05-26 15:12:01 +00:00
django.pot
2014-08-24 15:06:27 +00:00
# Fixtures
fixtures/
tmp/