diff options
author | Jack Morgan <jack.morgan@intel.com> | 2017-12-14 01:19:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-14 01:19:21 +0000 |
commit | 90e9739ab09ae59e610cf4e8feb459307661b466 (patch) | |
tree | 6f13d8ad8302c214dc48359d36a41edf5fa42666 /dashboard | |
parent | 299e09f20562b918dc2c2e78cb082fe970f4e392 (diff) | |
parent | be21d0f957b16cdf88b0414f6335a4d5cca7de88 (diff) |
Merge "Fix Gitignore for Oauth Keys"
Diffstat (limited to 'dashboard')
-rw-r--r-- | dashboard/.gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dashboard/.gitignore b/dashboard/.gitignore index 4154fdd..0a20224 100644 --- a/dashboard/.gitignore +++ b/dashboard/.gitignore @@ -1,5 +1,3 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ *.py[cod] # C extensions @@ -42,5 +40,5 @@ bower_components/ config.env # rsa key files -rsa.pem -rsa.pub +src/account/rsa.pem +src/account/rsa.pub |