mirror of
				https://gitlab.com/jessieh/qrprinter.git
				synced 2025-05-22 10:41:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # qrprinter .gitignore
 | |
| 
 | |
| # Temp files
 | |
| *~
 | |
| \#*\#
 | |
| .\#*
 | |
| 
 | |
| # Build folder
 | |
| build/
 | |
| 
 | |
| # Luarocks source tree files
 | |
| *.src.rock
 | |
| 
 | |
| # luacov report files
 | |
| luacov.* |