cabot/.gitignore
2017-02-17 14:47:56 +00:00

23 lines
235 B
Plaintext

.dotcloud/*
dev.db
venv/*
backups/*
static/
cabot/.collectstatic/
node_modules/*
.python-eggs/*
cabot.egg-info
cabot/static/
.env
.DS_Store
celerybeat-schedule
*.pyc
*.swp
*.orig
.vagrant
conf/*.env
dist/
local_config.yml
build/
.idea