diff options
author | Seth Falco <[email protected]> | 2021-12-28 21:03:07 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-28 21:03:07 +0100 |
commit | 32f6c15d53a1fcb5ee4e427d6ce9adb1002ee00d (patch) | |
tree | 57f7aebc274dc32f83bde10fb621e5b91d2cc208 /.gitignore | |
parent | 9d64233a5c41a653026885245dff9d5423a22f04 (diff) | |
download | monkeytype-32f6c15d53a1fcb5ee4e427d6ce9adb1002ee00d.tar.gz monkeytype-32f6c15d53a1fcb5ee4e427d6ce9adb1002ee00d.zip |
chores: fix typo and push backend/credentials directory (#2224)
* typo: add space before SCM
* chore: add .gitkeep to push credentials directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f6f6526b6..fe4ad543c 100644 --- a/.gitignore +++ b/.gitignore @@ -89,7 +89,7 @@ purgeCfCache.sh static/adtest.html backend/lastId.txt backend/log_success.txt -backend/credentials +backend/credentials/*.json backend/.env static/adtest.html |