Skip to content

Commit 9add5e1

Browse files
Merge pull request #644 from lukecotter/chore-more-robust-vscodeignore
chore: more robust vscodeignore
2 parents f3dd0a3 + f72ea62 commit 9add5e1

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.18.1] 2025-07-09
9+
10+
### Fixed
11+
12+
- Remove assests from the published extension
13+
814
## [1.18.0] 2025-07-09
915

1016
### Added

lana/.vscodeignore

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
.vscode/
2-
.github/
3-
4-
.gitignore
5-
BUILDING.md
6-
tsconfig.json
7-
tsconfig-dev.json
8-
node_modules
9-
rollup.config.mjs
10-
tsconfig.tsbuildinfo
11-
12-
dist/
13-
log-viewer/
14-
!log-viewer/dist/
15-
!log-viewer/index.html
16-
src/
1+
// Ignore all files in the extension folder
2+
**
3+
// inlcude only the following in the extension
4+
!.vscodeignore
5+
!out/
6+
!package.json
7+
!CHANGELOG.md
8+
!README.md
9+
!LICENSE.txt
10+
!certinia-icon-color.png

0 commit comments

Comments
 (0)