mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# gitignore template for the Racket language
 | 
						|
# website: http://www.racket-lang.org/
 | 
						|
 | 
						|
# DrRacket autosave files
 | 
						|
*.rkt~
 | 
						|
*.rkt.bak
 | 
						|
\#*.rkt#
 | 
						|
\#*.rkt#*#
 | 
						|
 | 
						|
# Compiled racket bytecode
 | 
						|
compiled/
 | 
						|
*.zo
 | 
						|
 | 
						|
# Dependency tracking files
 | 
						|
*.dep
 |