Skip to content

Commit 1d4c7be

Browse files
committed
feat(Imports): Changing path imports
1 parent c73dd9f commit 1d4c7be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+21
-6
lines changed

.gitignore

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Nuxt dev/build outputs
22
.output
3+
.data
34
.nuxt
45
.nitro
56
.cache
7+
build
68
dist
79

10+
811
# Node dependencies
9-
node_modules
12+
/node_modules
1013

1114
# Logs
1215
logs
@@ -21,9 +24,21 @@ logs
2124
.env
2225
.env.*
2326
!.env.example
24-
2527
# Other
26-
.pytest_cache
27-
__snapshots__
28-
coverage
29-
# package-lock.json
28+
/build
29+
/dist-electron
30+
/electron-server/back/dist
31+
/electron-server/viewer/dist
32+
/electron-server/back/venv
33+
/electron-server/viewer/venv
34+
/release
35+
/uploads
36+
vease-back*
37+
vease-viewer*
38+
39+
# Playwright
40+
node_modules/
41+
/test-results/
42+
/playwright-report/
43+
/blob-report/
44+
/playwright/.cache/
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)