https://github.com/twbs/bootstrap
Revision e0da1371580fd8412e8d91f31c7e1be7e5baa6a6 authored by Bootstrap's Grunt bot on 16 January 2015, 10:51:20 UTC, committed by Bootstrap's Grunt bot on 16 January 2015, 10:51:20 UTC
1 parent 02921b4
Raw File
Tip revision: e0da1371580fd8412e8d91f31c7e1be7e5baa6a6 authored by Bootstrap's Grunt bot on 16 January 2015, 10:51:20 UTC
automatic grunt dist
Tip revision: e0da137
.gitignore
# Ignore docs files
_gh_pages
_site
.ruby-version

# 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

# Folders to ignore
bower_components
node_modules
back to top