cliss21
/
wagtail-maps
Archivé
5
0
Bifurcation 0
Ce dépôt a été archivé le 2022-02-25. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
wagtail-maps/.gitignore

29 lignes
272 B
Plaintext

# general things to ignore
build/
dist/
*.egg-info/
*.egg
.eggs
*.py[cod]
__pycache__/
*.sw[po]
*~
# virtual environments
venv/
.env/
# unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov
# npm
node_modules/
npm-debug.log*
# testing
tests/*.db
tests/var