Skip to content

Commit

Permalink
remove delta tables in local warehouse (databrickslabs#64)
Browse files Browse the repository at this point in the history
reorganized gitignore
  • Loading branch information
tnixon authored Mar 26, 2021
1 parent 83d33ef commit bea4a7a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 23 deletions.
33 changes: 15 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,30 @@
.idea
*.iml

# coverage files
.coverage
coverage.xml

# Scala related files
scala/tempo/target
scala/tempo/project/target/*
scala/tempo/project/project/target/config-classes/*
scala/tempo/spark-warehouse/*
scala/tempo/project/target/
scala/tempo/project/project/target/

# local delta tables
**/spark-warehouse

# ignore build files
build
dist
htmlcov
tempo.egg-info
**/build
**/dist
**/htmlcov
**/tempo.egg-info

## Python related files
*.pyc
**/__pycache__

# ignore virtual environments
python/venv

# ignore build files
*.pyc
**/__pycache__
python/build
python/dist
python/tempo.egg-info/*
python/spark-warehouse/*
python/htmlcov/*
.coverage
coverage.xml

# other misc ignore
.DS_Store
5 changes: 0 additions & 5 deletions spark-warehouse/my_table/_delta_log/00000000000000000000.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit bea4a7a

Please sign in to comment.