chore(gitignore): update .gitignore
sometimes I'm left with a src/zig-cache, and I want to just make sure that I never-ever end up commiting that
This commit is contained in:
		
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
/.vscode
 | 
			
		||||
/bin
 | 
			
		||||
/zig-cache
 | 
			
		||||
/zig-out
 | 
			
		||||
**/zig-cache
 | 
			
		||||
**/zig-out
 | 
			
		||||
/docs
 | 
			
		||||
**/*.log
 | 
			
		||||
**/*.bin
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user