Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlanz committed Mar 26, 2024
1 parent 50ee93e commit c7fa2cb
Show file tree
Hide file tree
Showing 18 changed files with 10,863 additions and 4,027 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e
set -o pipefail

npm run checks
# npm run checks
37 changes: 12 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,28 @@
# 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/
/build

# Misc
# Basic
.DS_Store

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
/.idea
/.vscode

# Project
/node_modules

# Local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE
/.idea
/.vscode

# Build
/dist
/.next/
/out/
/build
/coverage
.vercel
storybook-static
*.tsbuildinfo

# ESLint
# Cache
.eslintcache
Loading

0 comments on commit c7fa2cb

Please sign in to comment.