Skip to content

Commit 5e39ba1

Browse files
author
Parsa
committed
chore: remove compiled web assets from tracking and fix gitignore patterns
1 parent 5d544b5 commit 5e39ba1

103 files changed

Lines changed: 9 additions & 677 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ rust/target/
4141
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
4242

4343
# dependencies
44-
/node_modules
45-
/.pnp
44+
panel/frontend/node_modules/
45+
.pnp
4646
.pnp.*
4747
.yarn/*
4848
!.yarn/patches
@@ -51,14 +51,17 @@ rust/target/
5151
!.yarn/versions
5252

5353
# testing
54-
/coverage
54+
coverage/
5555

5656
# next.js
57-
/.next/
58-
/out/
57+
panel/frontend/.next/
58+
panel/frontend/out/
59+
60+
# embed
61+
panel/backend/cmd/panel/web/
5962

6063
# production
61-
/build
64+
build/
6265

6366
# misc
6467
.DS_Store

panel/backend/cmd/panel/web/404.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

panel/backend/cmd/panel/web/404/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

panel/backend/cmd/panel/web/__next.__PAGE__.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)