mirror of
				https://gitlab.crans.org/nounous/ghostream.git
				synced 2025-11-04 01:42:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			283 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			283 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Don't commit project files
 | 
						|
.idea/
 | 
						|
 | 
						|
# Configuration file
 | 
						|
ghostream.yml
 | 
						|
 | 
						|
# Compiled files
 | 
						|
pkged.go
 | 
						|
 | 
						|
# Test video and audio files
 | 
						|
*.ivf
 | 
						|
*.ogg
 | 
						|
 | 
						|
# Coverage files
 | 
						|
*.cov
 | 
						|
 | 
						|
# Profiler and test files
 | 
						|
*.prof
 | 
						|
*.test
 | 
						|
 | 
						|
# Javascript tools
 | 
						|
.eslintrc.js
 | 
						|
node_modules
 | 
						|
package.json
 | 
						|
package-lock.json
 |