Update .gitignore
This commit is contained in:
		
							parent
							
								
									b4f93a054a
								
							
						
					
					
						commit
						0628a82055
					
				
					 1 changed files with 35 additions and 0 deletions
				
			
		
							
								
								
									
										35
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										35
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -40,3 +40,38 @@ bin/ | |||
| 
 | ||||
| ### Mac OS ### | ||||
| .DS_Store | ||||
| 
 | ||||
| ### Node ### | ||||
| # dependencies | ||||
| /node_modules | ||||
| /.pnp | ||||
| .pnp.js | ||||
| 
 | ||||
| # testing | ||||
| /coverage | ||||
| 
 | ||||
| # next.js | ||||
| /.next/ | ||||
| /out/ | ||||
| 
 | ||||
| # production | ||||
| /build | ||||
| 
 | ||||
| # misc | ||||
| *.pem | ||||
| 
 | ||||
| # debug | ||||
| npm-debug.log* | ||||
| yarn-debug.log* | ||||
| yarn-error.log* | ||||
| 
 | ||||
| # local env files | ||||
| .env*.local | ||||
| 
 | ||||
| # vercel | ||||
| .vercel | ||||
| 
 | ||||
| # typescript | ||||
| *.tsbuildinfo | ||||
| next-env.d.ts | ||||
| ### Next ### | ||||
|  |  | |||
		Reference in a new issue
	
	 Markus A. R. Johansen
						Markus A. R. Johansen