-
-
Save brandongregoryscott/ac21d45afeac2d26a7967b1f4b361b58 to your computer and use it in GitHub Desktop.
Example list of files to ignore for a VS Code extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.github/** | |
.gitignore | |
.prettierignore | |
.vscode-test/** | |
.vscode/** | |
.yarnrc | |
**/.eslintrc.json | |
**/*.map | |
**/*.ts | |
**/test/* | |
**/tsconfig.json | |
node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment