mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00:00 
			
		
		
		
	* Rename * Update * Add migration * Fix * Fix dashboard * Change test * Fixes * Code cleanup * Fix import order * Update * Automate docker builds * Shellcheck
		
			
				
	
	
		
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Gitignore settings for ESPHome
 | 
						|
# This is an example and may include too much for your use-case.
 | 
						|
# You can modify this file to suit your needs.
 | 
						|
/.esphome/
 | 
						|
**/.pioenvs/
 | 
						|
**/.piolibdeps/
 | 
						|
**/lib/
 | 
						|
**/src/
 | 
						|
**/platformio.ini
 | 
						|
/secrets.yaml
 |