aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorJeff Huth <jeff.huth@bytecode.io>2019-11-13 17:03:56 -0800
committerJeff Huth <jeff.huth@bytecode.io>2019-11-13 17:03:56 -0800
commit89643ba6fa98db82efd3246805ef801a8bfb5c81 (patch)
tree739027b4e827def2db81631c9d6ed58ec2b97809 /.gitignore
parent5f8005471d3affaaf23489df93a58ca64c3da3ca (diff)
downloadtap-google-sheets-89643ba6fa98db82efd3246805ef801a8bfb5c81.tar.gz
tap-google-sheets-89643ba6fa98db82efd3246805ef801a8bfb5c81.tar.zst
tap-google-sheets-89643ba6fa98db82efd3246805ef801a8bfb5c81.zip
Initial commit
Discovery mode works. Still working on normal sync.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d9633da
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
1/.vscode/*
2/.ipynb_checkpoints/*
3config/
4virtualenvs/
5*catalog*.json
6*config*.json
7*state*.json
8target*.json
9*.sublime-*
10.python-version
11singer-check-tap-data
12*.pyc
13*.egg-info
14dist/
15__pycache__/
16venv/
17build/
18tap_google_sheets/.vscode/settings.json
19*.ipynb
20.DS_Store
21test_configuration.py
22tap_target_commands.sh