Skip to content

Commit 5f7f1e3

Browse files
authored
[skip ci] Correct git ignore path for integration test (#1077)
1 parent d61c9c1 commit 5f7f1e3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ node_modules/
66
*.tsbuildinfo
77
jupyterlab_git/labextension
88

9+
src/version.ts
10+
11+
# Integration tests
12+
ui-tests/test-results/
13+
ui-tests/playwright-report/
14+
15+
916
# Created by https://www.gitignore.io/api/python
1017
# Edit at https://www.gitignore.io/?templates=python
1118

@@ -132,10 +139,4 @@ dmypy.json
132139
.vscode
133140

134141
# vim stuff
135-
*.swp
136-
137-
src/version.ts
138-
139-
# Integration tests
140-
test-results/
141-
playwright-report/
142+
*.swp

0 commit comments

Comments
 (0)