19 lines
		
	
	
		
			336 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			336 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Created by https://www.toptal.com/developers/gitignore/api/elixir
 | 
						|
# Edit at https://www.toptal.com/developers/gitignore?templates=elixir
 | 
						|
 | 
						|
### Elixir ###
 | 
						|
/_build
 | 
						|
/cover
 | 
						|
/deps
 | 
						|
/doc
 | 
						|
/.fetch
 | 
						|
erl_crash.dump
 | 
						|
*.ez
 | 
						|
*.beam
 | 
						|
/config/*.secret.exs
 | 
						|
.elixir_ls/
 | 
						|
 | 
						|
### Elixir Patch ###
 | 
						|
 | 
						|
# End of https://www.toptal.com/developers/gitignore/api/elixir
 |