stackviz/.gitignore
Tim Buckley 8be1f587d7 Remove all Django-related functionality.
Exporter functionality in `export.py` no longer uses Django to
render pages, and instead generates its own `.json` files.
Additionally, a configuration file is generated that can be
consumed by the in-progress Angular frontend.

Change-Id: I37b5be581dbd784fd009c1040422f1cadb009a3a
2015-09-30 13:25:30 -06:00

60 lines
538 B
Plaintext

# Project-specific ignores
.idea
node_modules
build
app/js/templates.js
app/data
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?