Files
www.tagesschule-elementa.ch/.gitignore
Divio Bot 0f724d3f2f new website using base project default_v3_py3
website template:
repo=git@github.com:aldryn/project-template.git
hash=7c69ca419989c530ca1768e6af73c54a67af19e2
2018-03-15 11:21:09 +00:00

25 lines
320 B
Plaintext

# <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>