website/.gitignore

37 lines
460 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
public/
resources/
# Netlify Functions build output
package-lock.json
functions/
node_modules/