42 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
**/.DS_Store
 | 
						|
**/desktop.ini
 | 
						|
_site/**
 | 
						|
CNAME
 | 
						|
.travis.yml
 | 
						|
.idea/
 | 
						|
.vscode/
 | 
						|
 | 
						|
# Vim ignore
 | 
						|
# source: https://github.com/github/gitignore/blob/master/Global/Vim.gitignore
 | 
						|
 | 
						|
# swap
 | 
						|
[._]*.s[a-v][a-z]
 | 
						|
[._]*.sw[a-p]
 | 
						|
[._]s[a-v][a-z]
 | 
						|
[._]sw[a-p]
 | 
						|
# session
 | 
						|
Session.vim
 | 
						|
# temporary
 | 
						|
.netrwhist
 | 
						|
*~
 | 
						|
# auto-generated tag files
 | 
						|
tags
 | 
						|
 | 
						|
kubernetes.github.io.iml
 | 
						|
 | 
						|
nohup.out
 | 
						|
 | 
						|
# Hugo output
 | 
						|
/public
 | 
						|
/resources/
 | 
						|
.hugo_build.lock
 | 
						|
 | 
						|
# Netlify Functions build output
 | 
						|
package-lock.json
 | 
						|
/functions/
 | 
						|
/node_modules/
 | 
						|
 | 
						|
# Generated files when building with make container-build
 | 
						|
.config/
 | 
						|
.npm/
 |