jcpml/.gitignore

40 lignes
347 B
Plaintext

# Editors
*~
*.sw[po]
# NPM
node_modules/
# Python
*.py[cod]
__pycache__
# environement virtuel
.env
venv
# compilation
build/
styleguide/index.html
# journaux
logs
*.log
pip-log.txt
# tests unitaires / couverture
.coverage
.tox
nosetests.xml
htmlcov
# traductions
*.mo
*.pot
# fichiers et dossiers locaux
sqlite.db
config.env
local/
var/