Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit fc5dfa5

Browse files
committed
Update ignore files to ignore only top-level files
1 parent 7b1876d commit fc5dfa5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.eslintignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copied from '.gitignore', please keep it in sync.
2-
node_modules
3-
coverage
4-
dist
5-
integrationTmp
2+
/node_modules
3+
/coverage
4+
/dist
5+
/integrationTmp
66

77
# Ignore TS files inside integration test
8-
integrationTests/ts/*.ts
8+
/integrationTests/ts/*.ts

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
66
# https://www.gitignore.io/
77

8-
node_modules
9-
coverage
10-
dist
11-
integrationTmp
8+
/node_modules
9+
/coverage
10+
/dist
11+
/integrationTmp

.prettierignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copied from '.gitignore', please keep it in sync.
2-
node_modules
3-
coverage
4-
dist
5-
integrationTmp
2+
/node_modules
3+
/coverage
4+
/dist
5+
/integrationTmp

0 commit comments

Comments
 (0)