Skip to content

Commit

Permalink
chore: file ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Sep 15, 2023
1 parent e14e4b3 commit 7bf3e73
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 19 deletions.
15 changes: 15 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*.css
.changeset
dist
scripts/*
*.config.js
.DS_Store
node_modules
coverage
build
!.storybook
/**/.storybook/**
!.commitlintrc.cjs
!.lintstagedrc
!jest.config.js
!tsup.config.ts
34 changes: 24 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,45 @@

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules
.pnp
/.pnp
.pnp.js

# testing
/coverage
coverage

build
# production
/build
dist/
storybook-static

# misc
.DS_Store
*.pem

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

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

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

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn-integrity
.idea
.now
dist
esm

# turbo
.turbo
Expand Down
23 changes: 14 additions & 9 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
.chglog
.git
.github
.husky
.storybook
/api
/build
/node_modules
/public
dist
node_modules
coverage
.changeset
build
scripts
pnpm-lock.yaml
!.storybook
!.commitlintrc.cjs
!.lintstagedrc
!jest.config.js
!plopfile.js
!react-shim.js
!tsup.config.ts

0 comments on commit 7bf3e73

Please sign in to comment.