Commit 4f20a29c authored by Chris Rebert's avatar Chris Rebert

rm irrelevant entries from .gitignore; fixes #10609

parent 37013066
...@@ -13,8 +13,6 @@ _site ...@@ -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 ...@@ -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 ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment