khaganat-web/.gitignore
Rodolphe Breard 85eb1ff03e Refactor the page edition
Markdown has been removed, pages are now directly edited in HTML. To
ease that process, TinyMCE has been added. Also, the admin dashboard now
provides a file management tool in order to upload stuff.
2020-02-28 13:53:57 +01:00

58 lines
471 B
Plaintext

*~
\#*
\.#*
*.swp
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# distutils
MANIFEST
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# pipenv
Pipfile.lock
.env
# SQLite databases
*.sqlite3
*.sql
# Shell scripts
*.sh
# Bulma computed style
style.css
style.css.map
style.min.css
# Media directory
media