https://github.com/twbs/bootstrap
Revision 028863dd08b52c3177cf30df37681406ec2f02a5 authored by Bardi Harborow on 15 July 2017, 09:25:13 UTC, committed by Bardi Harborow on 16 July 2017, 03:51:16 UTC
1 parent bde1652
Raw File
Tip revision: 028863dd08b52c3177cf30df37681406ec2f02a5 authored by Bardi Harborow on 15 July 2017, 09:25:13 UTC
Fall back to ESLint v3 indentation behaviour.
Tip revision: 028863d
.gitignore
# Ignore docs files
_gh_pages
_site

# 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

# SCSS-Lint
scss-lint-report.xml

# grunt-contrib-sass cache
.sass-cache

# Jekyll metadata
docs/.jekyll-metadata

# Folders to ignore
bower_components
node_modules

# node
package-lock.json
back to top