horizon-cisco-ui/.gitignore
Rob Cresswell e9e93f98a4 Fix tests failing due to missing SECRET_KEY
Change-Id: I9868016a2fcdb811938fccf9e6813153a8fd5d65
Closes-Bug: 1555735
2016-03-10 17:46:29 +00:00

16 lines
193 B
Plaintext

*.pyc
.DS_STORE
.venv
.tox
*.secret_key_store
*.secret_key_store.lock
*.test_secret_key_store.lock
node_modules
npm-debug.log
doc/build
*.egg-info/
.eggs/
doc/source/sourcecode
*.swp
ChangeLog