|
|
|
|
|
by default-kramer
666 days ago
|
|
> Examples of folders included in the git ignore file are generated files like “.next” from NextJS or “test-results” from Playwright. These will be generated for every developer on the project regardless of their OS, IDE etc. > Yes I am saying this is wrong… (let me know if you agree/disagree below) I didn't realize that the first paragraph is saying "This is good"; I thought the second paragraph was saying that the first paragraph is bad. |
|
System global .gitignore solves a problem specific to that developer
Repo .gitignore solves a problem for the project (and every developer)