-
Piotr Gawron authoredPiotr Gawron authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 641 B
# Disable virtualenv
env/*
#npm
node_modules/
# Folder with db statics (dev mode)
smash/~/
# files uploaded and hosted by django
smash/uploads/
smash/smash/uploads/
# Disable python bytecode
*.pyc
#vim swap files
*.swp
#vim backup files
*~
# Disable local developer settings
local_settings.py
#tmp files
appointment-import/testFiles/~*
appointment-import/tmp.sql
*.iml
out
.idea
smash/smash.log
smash/smash/smash.log
#coverage info
.coverage
smash/htmlcov/
run-coverage.sh
media
#debian package tmp files
smasch_*.debian.tar.xz
smasch_*.dsc
smasch_*.orig.tar.xz
smasch_*_all.deb
smasch_*_amd64.build
smasch_*_amd64.changes
debian/