diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2017-12-01 15:37:17 -0500 |
---|---|---|
committer | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2017-12-01 15:37:17 -0500 |
commit | be21d0f957b16cdf88b0414f6335a4d5cca7de88 (patch) | |
tree | ebf97eb19abf7d2b7620620dd1022383530394c8 /dashboard | |
parent | cde5479d94eb3ca175df8b8e3d1f7dec8b7bbda4 (diff) |
Fix Gitignore for Oauth Keys
JIRA: None
Gitignore file now properly ignores src/account/rsa.pem
and src/account/rsa.pub
Change-Id: I370a7d68cd2726540e4c7c294cc2de779f854f7a
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
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 |