Skip to content

Commit de8709e

Browse files
author
Matt Mazzola
committed
Update gitignore to ignore changes to .publish submodule and add .publish to to tsconfig exclusions list
1 parent e95fb50 commit de8709e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules/
22
bower_components/
33
coverage/
44
typings/
5-
tmp
5+
tmp
6+
.publish

.publish

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

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"demo",
1818
"dist",
1919
"test",
20-
"tmp"
20+
"tmp",
21+
".publish"
2122
]
2223
}

webpack.test.tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"demo",
1616
"dist",
1717
"test",
18-
"tmp"
18+
"tmp",
19+
".publish"
1920
]
2021
}

0 commit comments

Comments
 (0)