Skip to content

Commit 3081e36

Browse files
author
Eugene Cheung
authored
chore: remove TS declaration maps from git [skip ci] (#194)
We can remove this after projen/projen#1896 is addressed upstream. --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
1 parent 3a37ee0 commit 3081e36

File tree

175 files changed

+4
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+4
-173
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ project.eslint.addRules({
108108
project.addPackageIgnore("*.ts");
109109
project.addPackageIgnore("!*.d.ts");
110110

111+
// TODO: remove this once projen ignores these: https://github.com/projen/projen/issues/1896
112+
project.gitignore.exclude("*.d.ts.map");
113+
111114
project.release.addJobs({
112115
notify_slack: {
113116
name: "Send Slack notification",

lib/common/alarm/AlarmFactory.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/common/alarm/AlarmNamingStrategy.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/common/alarm/CustomAlarmThreshold.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/common/alarm/IAlarmActionStrategy.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/common/alarm/IAlarmAnnotationStrategy.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/common/alarm/IAlarmDedupeStringProcessor.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/common/alarm/MultipleAlarmActionStrategy.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/common/alarm/NoopAlarmActionStrategy.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)