aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
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