Skip to content

Commit 8d7e2bb

Browse files
chore: moved files
1 parent 15828ab commit 8d7e2bb

Some content is hidden

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

49 files changed

+2306
-9999
lines changed

.editorconfig

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

.gitignore

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,4 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
2-
3-
# compiled output
41
dist
5-
tmp
6-
/out-tsc
7-
8-
# dependencies
92
node_modules
10-
11-
# IDEs and editors
12-
/.idea
13-
.project
14-
.classpath
15-
.c9/
16-
*.launch
17-
.settings/
18-
*.sublime-workspace
19-
20-
# IDE - VSCode
21-
.vscode/*
22-
!.vscode/settings.json
23-
!.vscode/tasks.json
24-
!.vscode/launch.json
25-
!.vscode/extensions.json
26-
27-
# misc
28-
/.sass-cache
29-
/connect.lock
30-
/coverage
31-
/libpeerconnection.log
32-
npm-debug.log
33-
yarn-error.log
34-
testem.log
35-
/typings
36-
37-
# System Files
383
.DS_Store
39-
Thumbs.db
40-
41-
.nx/cache
42-
.nx/workspace-data
43-
.vercel
4+
.vercel

.nano-staged.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
"{apps,packages,tools}/**/*.{js,jsx,ts,tsx,json}": (api) =>
3-
`pnpm dlx @biomejs/biome check --apply ${api.filenames.join(" ")}`,
3+
`pnpm dlx @biomejs/biome check --write ${api.filenames.join(" ")}`,
44
};

.npmrc

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

.verdaccio/config.yml

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

.verdaccio/htpasswd

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

.vscode/extensions.json

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

apps/sandbox/.gitignore

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

apps/sandbox/project.json

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

apps/worker/project.json

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

0 commit comments

Comments
 (0)