* Fix .vscodeignore missing .gitignore in themes extension * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <[email protected]> --------- Co-authored-by: Copilot Autofix powered by AI <[email protected]> Co-authored-by: Sean McManus <[email protected]>
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
# ignore vscode settings for extension development
|
|
.vscode/**
|
|
|
|
# ignore development files
|
|
.gitignore
|
|
.npmrc
|
|
package-lock.json
|