mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
08a8b9e509
Signed-off-by: IanMadd <imaddaus@chef.io>
35 lines
549 B
Text
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
|