chore: update .gitignore to exclude generated content and lock files
- Add patterns to exclude lock files (*.lock) - Add patterns to exclude test files (*test-*) - Add patterns to exclude Cloudron package artifacts and workspaces - Prevent generated content from being accidentally committed This improves repository hygiene by preventing temporary and generated files from being committed.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -88,3 +88,6 @@ temp/ | ||||
|  | ||||
| # System files | ||||
| .SynologyWorkingDirectory | ||||
| CloudronStack/collab/*.lock | ||||
| CloudronStack/collab/*test-* | ||||
| CloudronStack/output/CloudronPackages-* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user