Skip to content

Commit

Permalink
feat: add neutrino
Browse files Browse the repository at this point in the history
  • Loading branch information
mconcat committed Nov 2, 2023
1 parent fbefa2e commit 1484fd3
Show file tree
Hide file tree
Showing 30 changed files with 7,794 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neutrino/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
36 changes: 36 additions & 0 deletions neutrino/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

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

# local env files
.env*.local

# vercel
.vercel

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

0 comments on commit 1484fd3

Please sign in to comment.