inspec/www/.gitignore
IanMadd c93a515c6f Configure Hugo for InSpec docs
Signed-off-by: IanMadd <imaddaus@chef.io>
2020-07-08 14:26:33 -07:00

35 lines
549 B
Text

# See http://help.github.com/ignore-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
.DS_Store
# ignore doctree files in translation folders
*.doctree
*.pickle
public/
/resources/
**/.sass-cache
**/.sass-cache/*
*.css.map
*.css_t.map
/.delivery/cli.toml
/.vscode
/.venv
*.*~
*~
TAGS
results/
static/fonts/fontawesome
node_modules
vendor