Skip to content
Snippets Groups Projects
.gitignore 467 B
Newer Older
Jacek Lebioda's avatar
Jacek Lebioda committed
# Disable virtualenv
env/*

Piotr Gawron's avatar
Piotr Gawron committed
# Folder with db statics (dev mode)
smash/~/

# files uploaded and hosted by django
smash/uploads/
Piotr Gawron's avatar
Piotr Gawron committed
smash/smash/uploads/
Jacek Lebioda's avatar
Jacek Lebioda committed
# Disable python bytecode
*.pyc
Piotr Gawron's avatar
Piotr Gawron committed
#vim swap files
*.swp
#vim backup files
*~
Jacek Lebioda's avatar
Jacek Lebioda committed

# Disable local developer settings
local_settings.py
Piotr Gawron's avatar
Piotr Gawron committed

#tmp files
appointment-import/testFiles/~*
appointment-import/tmp.sql
Piotr Gawron's avatar
Piotr Gawron committed
smash/smash.log
smash/smash/smash.log
smash/htmlcov/
Valentin Groues's avatar
Valentin Groues committed
media