Skip to content

Commit 69e6066

Browse files
dyc3Victor Giraldo
authored and
Victor Giraldo
committed
dev: actually ignore ts-out, ignore other built files (dyc3#1277)
1 parent 4a04b70 commit 69e6066

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

client/.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**/node_modules/*
22
**/dist/*
33
**/db/*
4-
**.ts-out/*
4+
**/ts-out/*
55
**/coverage/*
66
server/tests/unit/fixtures/*

common/.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/ts-out/*

packages/ott-vis/.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/dist/**

server/.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**/node_modules/*
22
**/dist/*
33
**/db/*
4-
**.ts-out/*
4+
**/ts-out/*
55
**/coverage/*
66
server/tests/unit/fixtures/*

0 commit comments

Comments
 (0)