56 lines
		
	
	
		
			No EOL
		
	
	
		
			572 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			No EOL
		
	
	
		
			572 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Dependencies
 | |
| node_modules/
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| 
 | |
| # Build outputs
 | |
| lib/
 | |
| lib-esm/
 | |
| 
 | |
| dist/
 | |
| *.tsbuildinfo
 | |
| 
 | |
| # Coverage directory used by tools like istanbul
 | |
| coverage/
 | |
| *.lcov
 | |
| 
 | |
| # Runtime data
 | |
| pids
 | |
| *.pid
 | |
| *.seed
 | |
| *.pid.lock
 | |
| 
 | |
| # Logs
 | |
| logs
 | |
| *.log
 | |
| 
 | |
| # Dependency directories
 | |
| .npm
 | |
| .yarn/
 | |
| .pnp.*
 | |
| 
 | |
| # Optional eslint cache
 | |
| .eslintcache
 | |
| 
 | |
| # IDE
 | |
| .vscode/
 | |
| .idea/
 | |
| *.swp
 | |
| *.swo
 | |
| 
 | |
| # OS generated files
 | |
| .DS_Store
 | |
| .DS_Store?
 | |
| ._*
 | |
| .Spotlight-V100
 | |
| .Trashes
 | |
| ehthumbs.db
 | |
| Thumbs.db
 | |
| 
 | |
| # Environment variables
 | |
| .env
 | |
| .env.local
 | |
| .env.development.local
 | |
| .env.test.local
 | |
| .env.production.local |