0
0
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:
XhmikosR 2019-01-13 18:43:15 +02:00
parent 00b0408357
commit b9a05418f0
3 changed files with 24 additions and 25 deletions

View File

@ -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
View File

@ -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
View File

@ -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/