We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61c9c1 commit 5f7f1e3Copy full SHA for 5f7f1e3
.gitignore
@@ -6,6 +6,13 @@ node_modules/
6
*.tsbuildinfo
7
jupyterlab_git/labextension
8
9
+src/version.ts
10
+
11
+# Integration tests
12
+ui-tests/test-results/
13
+ui-tests/playwright-report/
14
15
16
# Created by https://www.gitignore.io/api/python
17
# Edit at https://www.gitignore.io/?templates=python
18
@@ -132,10 +139,4 @@ dmypy.json
132
139
.vscode
133
140
134
141
# vim stuff
135
-*.swp
136
-
137
-src/version.ts
138
-# Integration tests
-test-results/
-playwright-report/
142
+*.swp
0 commit comments