web-ext-types
web-ext-types copied to clipboard
chore: add .gitignore
You probably add node_modules/ in a global .gitignore, but this is really a bad practice to use it for excluding folders like that.
A nice use of global .gitignore is to ignore IDE-specific folders, like .idea/ for IntelliJ IDEA or .vscode for VS Code.