2013-10-06 19:35:07 -04:00
|
|
|
# Ignore docs files
|
2019-01-14 14:08:24 -05:00
|
|
|
/_gh_pages/
|
2019-03-14 12:03:01 -04: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 17:08:53 -04:00
|
|
|
# Jekyll's cache folder; keeping it for the same reason as above
|
|
|
|
/site/.jekyll-cache/
|
2019-03-17 18:58:47 -04:00
|
|
|
# Hugo resources folder
|
2019-01-08 11:33:28 -05:00
|
|
|
/resources/
|
2013-02-13 15:30:56 -05:00
|
|
|
|
2019-03-17 18:58:47 -04: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 15:31:45 -05:00
|
|
|
# Numerous always-ignore extensions
|
|
|
|
*.diff
|
|
|
|
*.err
|
|
|
|
*.log
|
2014-10-19 19:50:59 -04:00
|
|
|
*.orig
|
2012-01-19 15:31:45 -05:00
|
|
|
*.rej
|
|
|
|
*.swo
|
|
|
|
*.swp
|
|
|
|
*.vi
|
2014-10-19 19:50:59 -04:00
|
|
|
*.zip
|
2011-10-07 00:02:02 -04:00
|
|
|
*~
|
2012-01-19 15:31:45 -05:00
|
|
|
|
|
|
|
# OS or Editor folders
|
2012-03-10 15:11:03 -05:00
|
|
|
._*
|
2012-01-19 15:31:45 -05:00
|
|
|
.cache
|
2014-10-19 19:50:59 -04:00
|
|
|
.DS_Store
|
|
|
|
.idea
|
2012-01-19 15:31:45 -05:00
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
.tmproj
|
|
|
|
*.esproj
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2014-10-19 19:50:59 -04:00
|
|
|
nbproject
|
|
|
|
Thumbs.db
|
2012-01-19 15:31:45 -05:00
|
|
|
|
|
|
|
# Komodo
|
|
|
|
.komodotools
|
2014-10-19 19:50:59 -04:00
|
|
|
*.komodoproject
|
2012-01-19 15:31:45 -05:00
|
|
|
|
|
|
|
# Folders to ignore
|
2019-01-14 14:08:24 -05:00
|
|
|
/js/coverage/
|
|
|
|
/node_modules/
|