mirror of https://github.com/twbs/bootstrap.git
rm irrelevant entries from .gitignore; fixes #10609
This commit is contained in:
parent
370130669c
commit
4f20a29c32
|
@ -13,8 +13,6 @@ _site
|
||||||
*.zip
|
*.zip
|
||||||
*.vi
|
*.vi
|
||||||
*~
|
*~
|
||||||
*.sass-cache
|
|
||||||
*.ruby-version
|
|
||||||
|
|
||||||
# OS or Editor folders
|
# OS or Editor folders
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@ -28,6 +26,7 @@ Thumbs.db
|
||||||
nbproject
|
nbproject
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
.idea
|
||||||
|
|
||||||
# Komodo
|
# Komodo
|
||||||
*.komodoproject
|
*.komodoproject
|
||||||
|
@ -38,8 +37,4 @@ validation-status.json
|
||||||
validation-report.json
|
validation-report.json
|
||||||
|
|
||||||
# Folders to ignore
|
# Folders to ignore
|
||||||
.hg
|
|
||||||
.svn
|
|
||||||
.CVS
|
|
||||||
.idea
|
|
||||||
node_modules
|
node_modules
|
||||||
|
|
Loading…
Reference in New Issue