gitignore angepasst
This commit is contained in:
parent
57a0ddc2f5
commit
83f1fa4dfe
|
|
@ -12,6 +12,8 @@ media/ag_default.jpg
|
|||
digitaleagentur/__pycache__/*
|
||||
digitaleagentur/sec.py
|
||||
|
||||
__pycache__/*
|
||||
|
||||
.DS_STORE
|
||||
.cred
|
||||
|
||||
|
|
@ -30,10 +32,14 @@ areas/__pycache__/*
|
|||
adm/migrations/*
|
||||
!adm/migrations/__init__.py
|
||||
adm/__pycache__/*
|
||||
adm/templatetags/__pycache__/*
|
||||
|
||||
|
||||
|
||||
standards/migrations/*
|
||||
!standards/migrations/__init__.py
|
||||
standards/__pycache__/*
|
||||
standards/templatetags/__pycache__/*
|
||||
|
||||
recoverdir/migrations/*
|
||||
!recoverdir/migrations/__init__.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue