mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-22 19:54:22 +01:00
Clean up meta.
This commit is contained in:
parent
00b0408357
commit
b9a05418f0
@ -3,13 +3,9 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
end_of_line = lf
|
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
indent_size = 2
|
||||||
|
|
||||||
[*.py]
|
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -3,6 +3,9 @@
|
|||||||
*.html text eol=lf
|
*.html text eol=lf
|
||||||
*.js text eol=lf
|
*.js text eol=lf
|
||||||
*.json text eol=lf
|
*.json text eol=lf
|
||||||
*.less text eol=lf
|
*.map text eol=lf
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
|
*.svg text eol=lf
|
||||||
|
*.txt text eol=lf
|
||||||
|
*.xml text eol=lf
|
||||||
*.yml text eol=lf
|
*.yml text eol=lf
|
||||||
|
32
.gitignore
vendored
32
.gitignore
vendored
@ -1,42 +1,42 @@
|
|||||||
# Ignore docs files
|
# Ignore docs files
|
||||||
_gh_pages
|
/_gh_pages/
|
||||||
_site
|
/site/docs/**/dist/
|
||||||
.ruby-version
|
|
||||||
|
# Ignore ruby/bundler files
|
||||||
|
/.bundle/
|
||||||
|
/vendor/
|
||||||
|
/.ruby-version
|
||||||
|
|
||||||
# Numerous always-ignore extensions
|
# Numerous always-ignore extensions
|
||||||
*.diff
|
*.diff
|
||||||
*.err
|
*.err
|
||||||
*.orig
|
|
||||||
*.log
|
*.log
|
||||||
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
*.swo
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
*.zip
|
|
||||||
*.vi
|
*.vi
|
||||||
|
*.zip
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# OS or Editor folders
|
# OS or Editor folders
|
||||||
.DS_Store
|
|
||||||
._*
|
._*
|
||||||
Thumbs.db
|
|
||||||
.cache
|
.cache
|
||||||
|
.DS_Store
|
||||||
|
.idea
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
.tmproj
|
.tmproj
|
||||||
*.esproj
|
*.esproj
|
||||||
nbproject
|
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
.idea
|
nbproject
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
# Komodo
|
# Komodo
|
||||||
*.komodoproject
|
|
||||||
.komodotools
|
.komodotools
|
||||||
|
*.komodoproject
|
||||||
# grunt-html-validation
|
|
||||||
validation-status.json
|
|
||||||
validation-report.json
|
|
||||||
|
|
||||||
# Folders to ignore
|
# Folders to ignore
|
||||||
node_modules
|
/js/coverage/
|
||||||
bower_components
|
/node_modules/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user