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
Since git remembers each and every version of each and every file you ever commit, you accumulate a quadratic amount of data if you keep track of the pdfs. Best to put *pdf into the .gitignore, and let the user build the pdf if she needs to.
Since git remembers each and every version of each and every file you ever commit, you accumulate a quadratic amount of data if you keep track of the pdfs. Best to put
*pdfinto the.gitignore, and let the user build the pdf if she needs to.