diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-22 13:20:03 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-22 13:20:03 -0800 |
commit | 5dca418379469c20c5f7ae09cd408174b8a28583 (patch) | |
tree | bd63522ce56103f4c07edbfe791f9e4a6e607fcd /extra | |
parent | 2f344c2f86d6f4db07e99af29ba09c9ce37cb948 (diff) | |
download | fatcat-5dca418379469c20c5f7ae09cd408174b8a28583.tar.gz fatcat-5dca418379469c20c5f7ae09cd408174b8a28583.zip |
gitignore SQL identifier dumps
Diffstat (limited to 'extra')
-rw-r--r-- | extra/sql_dumps/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/sql_dumps/.gitignore b/extra/sql_dumps/.gitignore index b52d6a5b..9386f63b 100644 --- a/extra/sql_dumps/.gitignore +++ b/extra/sql_dumps/.gitignore @@ -1,3 +1,4 @@ *.json.xz *.json.gz *.json +*.tar.gz |