Skip to content

Commit a004ff1

Browse files
committed
Exclude TypeScript configuration files
1 parent f32788e commit a004ff1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
# Files #
2020
#########
21+
lib/node_modules/**/tsconfig.json
22+
lib/node_modules/**/tslint.json
2123

2224

2325
# Directories #

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ workshops/
5555
# TypeScript #
5656
##############
5757
tsconfig.json
58+
tslint.json
5859

5960

6061
# Logs #

0 commit comments

Comments
 (0)