Skip to content

Commit

Permalink
fix: 🙈 don't ignore the data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Jan 24, 2024
1 parent 385bc61 commit 7b015ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ logs/

# Ignore everything under data except datasets/.gitkeep
data/**
!data/datasets/.gitkeep
!data/.gitkeep

# Quarto
/.quarto/
Expand Down
Empty file added data/.gitkeep
Empty file.

0 comments on commit 7b015ee

Please sign in to comment.