mirror of
				https://github.com/Clortox/dashboard.git
				synced 2025-07-17 14:02:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			209 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			209 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #ignore all .o files
 | |
| src/**/*.o
 | |
| 
 | |
| #ignore all swp files
 | |
| **/*.swp
 | |
| 
 | |
| #ignore all executables, but still keep the bin folder
 | |
| bin/*
 | |
| !bin/.gitkeep
 | |
| 
 | |
| #ignore config file
 | |
| src/config.hpp
 | |
| 
 | |
| #ignore wifi image
 | |
| img/wifi.png
 | 
