new website using base project default_v3_py3

website template:
repo=git@github.com:aldryn/project-template.git
hash=7c69ca419989c530ca1768e6af73c54a67af19e2
This commit is contained in:
Divio Bot
2018-03-15 11:21:09 +00:00
commit 0f724d3f2f
21 changed files with 366 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# <DEFAULT> # Warning: text inside the DEFAULT tags is auto-generated. Manual changes will be overwritten.
# OS generated
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*~
# Python
*.pyc
*.pyo
# Aldryn
/.env
/.env-local
.aldryn
/data
/data.tar.gz
/static_collected
/node_modules
# </DEFAULT>