Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.

Commit bd9af9e

Browse files
author
Felix Gladisch
committed
fix: ignore main-aot.ts (expect when building), this fixes #2
1 parent b7993ff commit bd9af9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Build folder
1+
# Build folders
22
/dist
3+
/aot
34

45
# TypeScript output folder
56
/temp

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node_modules",
2525
"dist",
2626
"aot",
27-
"src/main-aot.ts"
27+
"/src/main-aot.ts"
2828
],
2929
"atom": {
3030
"rewriteTsconfig": false

0 commit comments

Comments
 (0)