first commit
This commit is contained in:
		
							
								
								
									
										51
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										51
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,51 @@ | ||||
| ### NextJS ### | ||||
| # dependencies | ||||
| /node_modules | ||||
| /.pnp | ||||
| .pnp.js | ||||
|  | ||||
| # testing | ||||
| /coverage | ||||
|  | ||||
| # next.js | ||||
| /.next/ | ||||
| /out/ | ||||
|  | ||||
| # production | ||||
| /build | ||||
|  | ||||
| # misc | ||||
| .DS_Store | ||||
| *.pem | ||||
|  | ||||
| # debug | ||||
| npm-debug.log* | ||||
| yarn-debug.log* | ||||
| yarn-error.log* | ||||
| .pnpm-debug.log* | ||||
|  | ||||
| # local env files | ||||
| .env*.local | ||||
| .env*.development | ||||
| # vercel | ||||
| .vercel | ||||
|  | ||||
| # typescript | ||||
| *.tsbuildinfo | ||||
| next-env.d.ts | ||||
|  | ||||
| ### react ### | ||||
| .DS_* | ||||
| *.log | ||||
| logs | ||||
| **/*.backup.* | ||||
| **/*.back.* | ||||
|  | ||||
| node_modules | ||||
| bower_components | ||||
|  | ||||
| *.sublime* | ||||
|  | ||||
| psd | ||||
| thumb | ||||
| sketch | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin