39 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			39 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
| # Logs
 | |
| logs
 | |
| *.log
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| pnpm-debug.log*
 | |
| lerna-debug.log*
 | |
| 
 | |
| node_modules
 | |
| .DS_Store
 | |
| dist
 | |
| dist-ssr
 | |
| coverage
 | |
| *.local
 | |
| 
 | |
| # unplugin-auto-import
 | |
| auto-imports.d.ts
 | |
| components.d.ts
 | |
| .eslintrc-auto-import.json
 | |
| 
 | |
| /cypress/videos/
 | |
| /cypress/screenshots/
 | |
| 
 | |
| # Editor directories and files
 | |
| .idea
 | |
| *.suo
 | |
| *.ntvs*
 | |
| *.njsproj
 | |
| *.sln
 | |
| *.sw?
 | |
| 
 | |
| # .env
 | |
| .env.development
 | |
| .env.production
 | |
| 
 | |
| yarn.lock
 | |
| package-lock.json
 |