2016-09-11 23:26:00 +00:00
|
|
|
# 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
|
|
|
|
|
2020-07-08 00:43:46 +00:00
|
|
|
.DS_Store
|
2016-09-11 23:26:00 +00:00
|
|
|
|
2020-07-08 00:43:46 +00:00
|
|
|
# ignore doctree files in translation folders
|
|
|
|
*.doctree
|
|
|
|
*.pickle
|
2016-09-11 23:26:00 +00:00
|
|
|
|
2020-07-08 00:43:46 +00:00
|
|
|
public/
|
|
|
|
/resources/
|
2016-09-11 23:26:00 +00:00
|
|
|
|
2020-07-08 00:43:46 +00:00
|
|
|
**/.sass-cache
|
|
|
|
**/.sass-cache/*
|
|
|
|
*.css.map
|
|
|
|
*.css_t.map
|
|
|
|
|
|
|
|
/.delivery/cli.toml
|
|
|
|
|
|
|
|
/.vscode
|
|
|
|
|
|
|
|
/.venv
|
|
|
|
|
|
|
|
*.*~
|
|
|
|
*~
|
|
|
|
TAGS
|
|
|
|
|
|
|
|
results/
|
2016-09-22 12:46:35 +00:00
|
|
|
|
2020-07-08 00:43:46 +00:00
|
|
|
static/fonts/fontawesome
|
|
|
|
node_modules
|
|
|
|
vendor
|