From 89643ba6fa98db82efd3246805ef801a8bfb5c81 Mon Sep 17 00:00:00 2001 From: Jeff Huth Date: Wed, 13 Nov 2019 17:03:56 -0800 Subject: Initial commit Discovery mode works. Still working on normal sync. --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9633da --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +/.vscode/* +/.ipynb_checkpoints/* +config/ +virtualenvs/ +*catalog*.json +*config*.json +*state*.json +target*.json +*.sublime-* +.python-version +singer-check-tap-data +*.pyc +*.egg-info +dist/ +__pycache__/ +venv/ +build/ +tap_google_sheets/.vscode/settings.json +*.ipynb +.DS_Store +test_configuration.py +tap_target_commands.sh -- cgit v1.2.3