Skip to content

Commit 5bb4144

Browse files
committed
Add data files to gitignore to prevent accidental commits
1 parent a425ee5 commit 5bb4144

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,9 @@ query_secrets.py
147147

148148
# backup files
149149
*.bak
150+
151+
# Generated data files
152+
data/*/1-fetch/*.csv
153+
data/*/2-process/
154+
data/*.yaml
155+
data/*.json

0 commit comments

Comments
 (0)