8000 Small cleanups for various editors. Play nice with built in test-runn… · tableau/document-api-python@cdccd2f · GitHub
[go: up one dir, main page]

Skip to content

Commit cdccd2f

Browse files
authored
Small cleanups for various editors. Play nice with built in test-runners (#121)
1 parent fe16c0c commit cdccd2f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,11 @@ target/
6565
.DS_Store
6666
.idea
6767

68+
#Editor things
69+
*.sublime-project
70+
*.sublime-workspace
71+
settings.json
72+
tasks.json
73+
6874
#Jekyll
6975
docs/_site

test/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
from . import bvt
2-
from . import test_datasource

0 commit comments

Comments
 (0)
0