2013-10-07 01:35:07 +02:00
|
|
|
# Ignore docs files
|
2019-01-14 20:08:24 +01:00
|
|
|
/_gh_pages/
|
2019-03-14 17:03:01 +01:00
|
|
|
# This is the old Jekyll docs dist folder;
|
|
|
|
# keeping it here so that when we switch branches it doesn't show up
|
|
|
|
/site/docs/**/dist/
|
2020-03-25 22:08:53 +01:00
|
|
|
# Jekyll's cache folder; keeping it for the same reason as above
|
|
|
|
/site/.jekyll-cache/
|
2019-03-17 23:58:47 +01:00
|
|
|
# Hugo resources folder
|
2019-01-08 17:33:28 +01:00
|
|
|
/resources/
|
2013-02-13 21:30:56 +01:00
|
|
|
|
2019-03-17 23:58:47 +01:00
|
|
|
# Ignore ruby/bundler files;
|
|
|
|
# keeping them here so that when we switch branches they don't show up
|
|
|
|
/.bundle/
|
|
|
|
/vendor/
|
|
|
|
/.ruby-version
|
|
|
|
|
2012-01-19 21:31:45 +01:00
|
|
|
# Numerous always-ignore extensions
|
|
|
|
*.diff
|
|
|
|
*.err
|
|
|
|
*.log
|
2014-10-20 01:50:59 +02:00
|
|
|
*.orig
|
2012-01-19 21:31:45 +01:00
|
|
|
*.rej
|
|
|
|
*.swo
|
|
|
|
*.swp
|
|
|
|
*.vi
|
2014-10-20 01:50:59 +02:00
|
|
|
*.zip
|
2011-10-07 06:02:02 +02:00
|
|
|
*~
|
2012-01-19 21:31:45 +01:00
|
|
|
|
|
|
|
# OS or Editor folders
|
2012-03-10 21:11:03 +01:00
|
|
|
._*
|
2012-01-19 21:31:45 +01:00
|
|
|
.cache
|
2014-10-20 01:50:59 +02:00
|
|
|
.DS_Store
|
|
|
|
.idea
|
2012-01-19 21:31:45 +01:00
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
.tmproj
|
|
|
|
*.esproj
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2014-10-20 01:50:59 +02:00
|
|
|
nbproject
|
|
|
|
Thumbs.db
|
2012-01-19 21:31:45 +01:00
|
|
|
|
|
|
|
# Komodo
|
|
|
|
.komodotools
|
2014-10-20 01:50:59 +02:00
|
|
|
*.komodoproject
|
2012-01-19 21:31:45 +01:00
|
|
|
|
|
|
|
# Folders to ignore
|
2019-01-14 20:08:24 +01:00
|
|
|
/js/coverage/
|
|
|
|
/node_modules/
|