ignore mac files
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,7 @@
 | 
				
			|||||||
# ignore backup files
 | 
					# ignore backup files
 | 
				
			||||||
._*
 | 
					._*
 | 
				
			||||||
 | 
					* Mac OS stuff
 | 
				
			||||||
 | 
					.DS_Store
 | 
				
			||||||
# ignore the ESP32 MicroPython binary
 | 
					# ignore the ESP32 MicroPython binary
 | 
				
			||||||
esp32*.bin
 | 
					esp32*.bin
 | 
				
			||||||
# ignore the development config file
 | 
					# ignore the development config file
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user