diff options
author | William Carroll <wpcarro@gmail.com> | 2018-01-08T20·41-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-01-08T20·41-0500 |
commit | 4f1d7650a455bce3424978d979647b0939a45372 (patch) | |
tree | 6c0d8f6a77e8488ea5e923a2b5ff666352150ace /.gitignore | |
parent | aed6a9398a2c3333ec7f26157ce6a4a83e0dfcec (diff) |
Ignore that config secrets file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 476befb4a685..e72f7415739e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vim .DS_Store +./configs/secrets |