How to create a global .gitignore file
Add a global .gitignore
Open the Terminal
Run touch ~/.gitignore_global to create a global .gitignore file in the home directory
Run open ~/.gitignore_global
Add .vscode/ and any other files or directories that you want to ignore and not include in ...
anthonygharvey.com2 min read