Skip to content

Commit

Permalink
Refactor .gitignore to include only necessary folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailsirenko committed Sep 26, 2024
1 parent 9f0d375 commit 11ba648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ cache/
/config/*
!/config/Example.yaml

# exclude data_preparation from source control by default
# keep only the Example folder in data_preparation
/data_preparation/*
!/data_preparation/Example

# exclude data_preparation from source control by default
# Generated
/data/generated/*
!/data/generated/Example

# exclude data but keep the Example folder or file
# Processed
/data/processed/asset_impacts/*
!/data/processed/asset_impacts/Example

Expand Down

0 comments on commit 11ba648

Please sign in to comment.