diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
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/* | ||
3 | config/ | ||
4 | virtualenvs/ | ||
5 | *catalog*.json | ||
6 | *config*.json | ||
7 | *state*.json | ||
8 | target*.json | ||
9 | *.sublime-* | ||
10 | .python-version | ||
11 | singer-check-tap-data | ||
12 | *.pyc | ||
13 | *.egg-info | ||
14 | dist/ | ||
15 | __pycache__/ | ||
16 | venv/ | ||
17 | build/ | ||
18 | tap_google_sheets/.vscode/settings.json | ||
19 | *.ipynb | ||
20 | .DS_Store | ||
21 | test_configuration.py | ||
22 | tap_target_commands.sh | ||