Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MisileLab committed Nov 30, 2023
1 parent ef04e10 commit 7a95015
Show file tree
Hide file tree
Showing 10 changed files with 763 additions and 741 deletions.
2 changes: 1 addition & 1 deletion projects/qubit/.dccache

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions projects/qubit/.gitignore
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# custom
report.json
!lib
yarn.lock
.direnv
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules
.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
.next/
out/

# production
build/

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# custom
report.json
!lib
yarn.lock
.direnv
Loading

0 comments on commit 7a95015

Please sign in to comment.