Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Added *.csv to .gitignore #76

Merged
merged 4 commits into from
Jan 25, 2024

Conversation

SPDonaghy
Copy link
Contributor

Description

I modified the .gitignore file to ignore all .csv files except for mock_global_path.csv and path.csv since these are involved in the code for testing purposes.

Verification

After making the change, I made changes to mock_global_path.csv to ensure Git tracked those changes.
I then created a new file called test.csv and git ignored the file.

@SPDonaghy SPDonaghy self-assigned this Jan 25, 2024
Copy link
Member

@patrick-5546 patrick-5546 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's actually test_interpolate_path() that is writing global path files

@SPDonaghy SPDonaghy enabled auto-merge (squash) January 25, 2024 20:42
@SPDonaghy SPDonaghy merged commit d2ed19a into main Jan 25, 2024
12 checks passed
@SPDonaghy SPDonaghy deleted the user/SPDonaghy/add-csv-files-to-gitignore-75 branch January 25, 2024 20:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Csv files should be in .gitignore
2 participants