Skip to content

Commit

Permalink
rm irrelevant entries from .gitignore; fixes #10609
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Sep 12, 2013
1 parent 3701306 commit 4f20a29
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ _site
*.zip
*.vi
*~
*.sass-cache
*.ruby-version

# OS or Editor folders
.DS_Store
Expand All @@ -28,6 +26,7 @@ Thumbs.db
nbproject
*.sublime-project
*.sublime-workspace
.idea

# Komodo
*.komodoproject
Expand All @@ -38,8 +37,4 @@ validation-status.json
validation-report.json

# Folders to ignore
.hg
.svn
.CVS
.idea
node_modules

3 comments on commit 4f20a29

@zlatanvasovic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mhm. This just fixes part of my pull request.

@cvrebert
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zdroid I honestly don't recommend deleting those other entries. We shouldn't presume that people have a well-configured global .gitignore. Having these entries prevents junk from getting into pull requests, at an extremely small cost.

@zlatanvasovic
Copy link
Contributor

@zlatanvasovic zlatanvasovic commented on 4f20a29 Sep 12, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.