Update gitignore.
This commit is contained in:
		
							parent
							
								
									e23b216126
								
							
						
					
					
						commit
						c5fba811fb
					
				|  | @ -1,16 +1,10 @@ | |||
| # Generated by Cargo | ||||
| .vscode/ | ||||
| coverage/ | ||||
| debug/ | ||||
| node_modules/ | ||||
| public/ | ||||
| target/ | ||||
| 
 | ||||
| # Code coverage results | ||||
| coverage/ | ||||
| 
 | ||||
| # Environment configuration | ||||
| .env | ||||
| 
 | ||||
| # NodeJS files | ||||
| node_modules/ | ||||
| compose.yaml | ||||
| pnpm-lock.yaml | ||||
| 
 | ||||
| # Default web build output directory | ||||
| public/ | ||||
|  |  | |||
		Reference in New Issue