slaclab / ATEF_timing_config

1 stars 1 forks source link

Add .gitignore #5

Open slactjohnson opened 5 months ago

slactjohnson commented 5 months ago

You should add a proper .gitignore file to filter out things that you shouldn't be committing, such as pycache and generated csv files.

xcc19891 commented 5 months ago

I only see you added the pycache, I think you should also add anything that is not code or configuration file in there.
I recommend using wildcard rather than specific files. https://www.atlassian.com/git/tutorials/saving-changes/gitignore