mirror of
				https://github.com/warkanum/monorepo-dep-checker.git
				synced 2025-10-30 23:33:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			64 lines
		
	
	
		
			650 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			650 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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 |