Skip to content

Commit 8afd835

Browse files
committed
blocks in in gitignore, tsconfig, package
1 parent 7058d61 commit 8afd835

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ lib_src/**/*
55
!lib_src/tsconfig.json
66
!lib_src/tslint.json
77
tsconfig.tsbuildinfo
8+
9+
10+
11+
12+
13+
!lib_src/misc/blocks.ts

lib_src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535

3636
"outDir": "../lib/misc"
3737
},
38-
"files": ["misc/colors.ts"],
38+
"files": ["misc/blocks.ts"],
3939
"compileOnSave": false
4040
}

0 commit comments

Comments
 (0)