cabot/.gitignore

25 lines
249 B
Plaintext
Raw Normal View History

2014-01-05 17:24:04 +00:00
.dotcloud/*
dev.db
venv/*
backups/*
static/
cabot/.collectstatic/
2014-01-05 17:24:04 +00:00
node_modules/*
.python-eggs/*
cabot.egg-info
cabot/static/
2014-03-05 17:03:45 -06:00
.env
2014-01-05 17:24:04 +00:00
.DS_Store
2014-03-05 17:03:45 -06:00
celerybeat-schedule
2014-01-05 17:24:04 +00:00
*.pyc
*.swp
*.orig
.vagrant
conf/*.env
2014-12-05 16:52:33 +00:00
dist/
local_config.yml
2015-10-02 10:27:15 +02:00
build/
.idea
Pipfile.lock