Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedro committed Nov 6, 2024
2 parents 81acc4e + fec9a2c commit 9e5c651
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ conf/**/*credentials*

# ignore everything in the following folders
data/**
logs/**

# except their sub-folders
!data/**/
!logs/**/

# also keep all .gitkeep files
!.gitkeep

# also keep the example dataset
!data/01_raw/iris.csv
# ignore kedro-viz metadata
.viz

# ignore file based logs
*.log

##########################
# Common files
Expand Down

0 comments on commit 9e5c651

Please sign in to comment.