website/.gitignore

41 lines
536 B
Plaintext
Raw Normal View History

**/.DS_Store
2016-03-06 06:30:02 +00:00
**/desktop.ini
2016-02-26 13:20:10 +00:00
_site/**
2016-03-16 21:52:06 +00:00
CNAME
2016-08-30 23:39:31 +00:00
.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
2022-08-16 18:15:27 +00:00
/public
/resources/
2022-07-26 12:44:16 +00:00
.hugo_build.lock
# Netlify Functions build output
/functions/
/node_modules/
# Generated files when building with make container-build
.config/
.npm/