2016-01-26 21:12:48 +03:00
|
|
|
|
2016-02-05 20:38:46 +03:00
|
|
|
# Ignore the root dist as buildcontrol will place it on it's own branch (same for gh-pages)
|
|
|
|
/dist
|
2016-03-18 20:00:51 +03:00
|
|
|
/build
|
2016-01-26 21:17:06 +03:00
|
|
|
|
2016-01-26 21:12:48 +03:00
|
|
|
# Ignore docs files
|
|
|
|
_gh_pages
|
|
|
|
_site
|
|
|
|
|
2016-03-18 20:32:31 +03:00
|
|
|
# Ignore docs dist files
|
|
|
|
docs/dist/**/*
|
|
|
|
|
2016-01-26 21:12:48 +03:00
|
|
|
# Ignore ruby files
|
|
|
|
.ruby-version
|
|
|
|
.bundle
|
|
|
|
vendor/cache
|
|
|
|
vendor/bundle
|
|
|
|
|
|
|
|
# Numerous always-ignore extensions
|
|
|
|
*.diff
|
|
|
|
*.err
|
|
|
|
*.log
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
*.swo
|
|
|
|
*.swp
|
|
|
|
*.vi
|
|
|
|
*.zip
|
|
|
|
*~
|
|
|
|
|
|
|
|
# OS or Editor folders
|
|
|
|
._*
|
|
|
|
.cache
|
|
|
|
.DS_Store
|
|
|
|
.idea
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
.tmproj
|
|
|
|
*.esproj
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
|
|
|
nbproject
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Komodo
|
|
|
|
.komodotools
|
|
|
|
*.komodoproject
|
|
|
|
|
|
|
|
# grunt-html-validation
|
|
|
|
validation-report.json
|
|
|
|
validation-status.json
|
|
|
|
|
|
|
|
# SCSS-Lint
|
|
|
|
scss-lint-report.xml
|
|
|
|
|
|
|
|
# grunt-contrib-sass cache
|
|
|
|
.sass-cache
|
|
|
|
|
|
|
|
# Jekyll metadata
|
|
|
|
docs/.jekyll-metadata
|
|
|
|
|
|
|
|
# Folders to ignore
|
|
|
|
bower_components
|
|
|
|
node_modules
|