forked from TagesschuleElementa/www.tagesschule-elementa.ch
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:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user