And last for now, ignoring files
Create a .gitignore file in your repo root and make sure you add it
Any file/directory name or glob will be ignored!
- Helpful when using
git add . to add everything!
For example, .vscode configs, Unity temp files, or secrets files
https://github.com/github/gitignore