forked from TagesschuleElementa/www.tagesschule-elementa.ch
website template: repo=git@github.com:aldryn/project-template.git hash=7c69ca419989c530ca1768e6af73c54a67af19e2
25 lines
320 B
Plaintext
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>
|