Merge branch 'master' of git.ungleich.ch:dynamicweb into develop
Conflicts: .gitignore dynamicweb/settings.py requirements.txt
This commit is contained in:
commit
acca06a11d
10 changed files with 169 additions and 119 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -13,7 +13,6 @@ local_settings.py
|
|||
|
||||
media/*
|
||||
!media/keep
|
||||
|
||||
/CACHE/
|
||||
/static/
|
||||
|
||||
|
|
@ -21,8 +20,11 @@ media/*
|
|||
.\#*
|
||||
*~
|
||||
|
||||
static/
|
||||
secret-key
|
||||
|
||||
node_modules/
|
||||
*.db
|
||||
ungleich.db
|
||||
*~*
|
||||
|
||||
secret-key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue