41 lines
536 B
Plaintext
41 lines
536 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
|
|
/functions/
|
|
/node_modules/
|
|
|
|
# Generated files when building with make container-build
|
|
.config/
|
|
.npm/
|