mirror of
https://github.com/warkanum/monorepo-dep-checker.git
synced 2026-02-03 08:24:26 +00:00
Initial Version
This commit is contained in:
64
.gitignore
vendored
Normal file
64
.gitignore
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
# os
|
||||
.DS_Store
|
||||
|
||||
## yarn
|
||||
.yarn-integrity
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
pnpm-lock.yaml
|
||||
|
||||
|
||||
# editor
|
||||
.idea/
|
||||
.vscode/
|
||||
.nova/
|
||||
.gitpod.yml
|
||||
|
||||
# node
|
||||
node_modules/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# env
|
||||
.env.test
|
||||
.env*.local
|
||||
apps/**/.env
|
||||
|
||||
# build
|
||||
lib/
|
||||
cjs/
|
||||
esm/
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
|
||||
# project
|
||||
next-env.d.ts
|
||||
.eslintcache
|
||||
storybook-static
|
||||
.next
|
||||
packages/*/*/styles.css
|
||||
packages/*/*/styles.layer.css
|
||||
packages/@mantine/core/styles
|
||||
.stylelintcache
|
||||
____test.*
|
||||
|
||||
.turbo
|
||||
*.log
|
||||
.next
|
||||
dist
|
||||
dist-ssr
|
||||
.cache
|
||||
*storybook.log
|
||||
*vite.config.ts.timestamp*
|
||||
|
||||
pnpm-lock.yaml
|
||||
Reference in New Issue
Block a user