add skeleton for dnscms

This commit is contained in:
2024-05-07 01:41:37 +02:00
parent bd5e205ab0
commit 86b6d77bf1
49 changed files with 2158 additions and 0 deletions

39
dnscms/.dockerignore Normal file
View File

@ -0,0 +1,39 @@
# Django project
/media/
/static/
*.sqlite3
# Python and others
__pycache__
*.pyc
.DS_Store
*.swp
/venv/
/tmp/
/.vagrant/
/Vagrantfile.local
node_modules/
/npm-debug.log
/.idea/
.vscode
coverage
.python-version
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg