django-markdownx/.gitignore
Pouria Hadjibagheri 5d7da98dd3 Compiled docs.
2017-04-23 12:47:54 +01:00

57 lines
No EOL
819 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Distribution / packaging
.Python
env/
build
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Other generic files to ignore
node_modules
*~
*.lock
*.DS_Store
*.idea
*.swp
*.out
.vagrant
markdownx/.static/markdownx/js/*.js
markdownx/.static/markdownx/js/*.map
markdownx/static/**/*.css
markdownx/static/**/*.js
db.sqlite3
npm-debug.log
.vagrant/
.idea/
node_modules/