You've already forked algora-tv
							
							
				mirror of
				https://github.com/algora-io/tv.git
				synced 2025-10-30 23:07:56 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			344 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			344 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .dockerignore
 | |
| # there are valid reasons to keep the .git, namely so that you can get the
 | |
| # current commit hash
 | |
| #.git
 | |
| .log
 | |
| tmp
 | |
| 
 | |
| # Mix artifacts
 | |
| _build
 | |
| deps
 | |
| *.ez
 | |
| releases
 | |
| 
 | |
| # Generate on crash by the VM
 | |
| erl_crash.dump
 | |
| 
 | |
| # Static artifacts
 | |
| node_modules
 | |
| 
 | |
| # Env files
 | |
| .env
 | |
| .env*.local
 | |
| .env.dev
 | |
| .env.prod
 | |
| 
 | |
| # Local files
 | |
| /tmp
 | |
| /.local
 | |
| /priv/cache
 | |
| *.patch |