Skip to content

Commit

Permalink
chore: cleanup some unintended files (#748) (#749)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `k8s-24/main` to `k8s-22/main`:
 - [chore: cleanup some unintended files (#748)](#748)



### Questions ?
Please refer to the [Backport tool documentation](https://github.com/sqren/backport)
  • Loading branch information
cdk8s-automation authored May 25, 2022
1 parent dba0c64 commit 1b66f76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ const project = new cdk.JsiiProject({
],
deps: [
'minimatch',
'safe-stable-stringify',
],
bundledDeps: [
'minimatch',
'safe-stable-stringify',
],
devDeps: [
'constructs',
Expand Down Expand Up @@ -99,6 +97,8 @@ const project = new cdk.JsiiProject({
},
});

project.gitignore.exclude('.vscode/');

const importdir = path.join('src', 'imports');

const importTask = project.addTask('import', {
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

6 changes: 2 additions & 4 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b66f76

Please sign in to comment.