diff options
author | Miodec <[email protected]> | 2021-06-08 14:52:18 +0100 |
---|---|---|
committer | Miodec <[email protected]> | 2021-06-08 14:52:18 +0100 |
commit | 63b915b50c9160c96da3f6da6add8a0f17da2170 (patch) | |
tree | 6d8a68a4ad580fbf4775f9473dbb06cd19f827b2 /.gitignore | |
parent | 9c32f7a2e55a6d0491841bd52251dc10d206d9dd (diff) | |
download | monkeytype-63b915b50c9160c96da3f6da6add8a0f17da2170.tar.gz monkeytype-63b915b50c9160c96da3f6da6add8a0f17da2170.zip |
updated gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index abe9c5d4b..3dbf98136 100644 --- a/.gitignore +++ b/.gitignore @@ -72,14 +72,9 @@ node_modules/ *.code-workspace #firebase -functions/serviceAccountKey.json -functions/serviceAccountKey_live.json -functions/serviceAccountKey_copy.json -functions/serviceAccountKey_live_copy.json .firebaserc .firebaserc_copy -functions/serviceAccountKey_copy.json -functions/serviceAccountKey_live_copy.json +serviceAccountKey*.json #generated files dist/ |