-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy path.vscodeignore
More file actions
26 lines (24 loc) · 639 Bytes
/
.vscodeignore
File metadata and controls
26 lines (24 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
# This source code is licensed under the MIT license found in the license file.
# Path match pattern to ignore when searching for files.
# See https://code.visualstudio.com/api/working-with-extensions/publishing-extension#using-.vscodeignore for more details.
.github/
.husky/
assets/
!assets/extension-marketplace-icon.png
!assets/extension-marketplace-icon-2x.png
node_modules
.editorconfig
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.mailmap
.npmrc
.prettierignore
.remarkignore
.remarkrc.mjs
lint-staged.config.js
package-lock.json
prettier.config.js
*.vsix