You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two scripts you created are great and should be versions controlled in git, but the sample files should not be included. They are just derived from the process and can easily be recreated by rinnig the scripts again.
Create git ignore file that ignores the samples folder and everything in it.
This way you don't need to remember to delete the samples folder before you add anything to git - ignore files are smart.
The two scripts you created are great and should be versions controlled in git, but the sample files should not be included. They are just derived from the process and can easily be recreated by rinnig the scripts again.
samples
folder and everything in it.This way you don't need to remember to delete the
samples
folder before you add anything to git - ignore files are smart.Do you need help? Here's the official documentation in git ignore files but hey! - feel free to use any source of information you can find - be sure to store any good references in the issue comments.
The text was updated successfully, but these errors were encountered: