Code Review
/
laas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
42763c6
)
Fix Gitignore for Oauth Keys
author
Sawyer Bergeron
<sbergeron@iol.unh.edu>
Fri, 1 Dec 2017 20:37:17 +0000
(15:37 -0500)
committer
Sawyer Bergeron
<sbergeron@iol.unh.edu>
Fri, 1 Dec 2017 20:37:17 +0000
(15:37 -0500)
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>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
4154fdd
..
0a20224
100644
(file)
--- a/
.gitignore
+++ b/
.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