When I was running the commands:
git update-index --assume-unchanged “Playground/babylon.d.txt”
git update-index --assume-unchanged “dist/preview release/babylon.d.ts”
…
I was having some of them go through and others dropped an error that they were not able to be added.
Should I just go into the gitignore and add them manually?
Gotcha, I kinda went through extra steps earlier trying to do that and afterwords realized I could have reverted my PR and then done it again just excluded the dist files from the PR.