rstats-wtf / wtf-2020-rsc

https://rstd.io/wtf-2020-rsc
Creative Commons Attribution Share Alike 4.0 International
49 stars 31 forks source link

Best practices for .gitignore #7

Open karawoo opened 4 years ago

karawoo commented 4 years ago

source

What sorts of things should be in .gitignore beyond the defaults? If it's something like a whole directory (say, Data), can that be done with something like regex or do the files need to be added individually?

This seems worth covering in the lesson