cabot/.gitignore
Frank Hamand 0329cdf08e Ignore Pipfile.lock for now
Use pipenv run pip freeze instead as Pipfile.lock is pretty buggy
at the moment
2017-03-16 10:33:31 +00:00

25 lines
249 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
Pipfile.lock