46 lines
		
	
	
		
			892 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			892 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # See https://help.github.com/articles/ignoring-files for more about ignoring files.
 | |
| #
 | |
| # If you find yourself ignoring temporary files generated by your text editor
 | |
| # or operating system, you probably want to add a global ignore instead:
 | |
| #   git config --global core.excludesfile '~/.gitignore_global'
 | |
| 
 | |
| # Ignore bundler config.
 | |
| /.bundle
 | |
| /vendor
 | |
| 
 | |
| # Ignore all logfiles and tempfiles.
 | |
| *.xcf
 | |
| /log/*
 | |
| /tmp/*
 | |
| !/log/.keep
 | |
| !/tmp/.keep
 | |
| /.idea/*
 | |
| /public/uploads/*
 | |
| /node_modules
 | |
| app/assets/images/avatars/*
 | |
| # Ignore Byebug command history file.
 | |
| .byebug_history
 | |
| /.vscode/*
 | |
| # Ignore master key for decrypting credentials and more.
 | |
| /config/master.key
 | |
| /.env
 | |
| # allow database.yml and secrets for gitlab ci pipeline build
 | |
| #/config/database.yml
 | |
| #/config/secrets.yml
 | |
| 
 | |
| #ignore avatars
 | |
| /public/assets/
 | |
| 
 | |
| /public/packs
 | |
| 
 | |
| /dev.env
 | |
| /.env*.*
 | |
| /storage
 | |
| *.dmp
 | |
| /brakeman.html
 | |
| package-lock.json
 | |
| /out/
 | |
| /ssl/
 | |
| /spec/
 | |
| /samples/
 |