Skip to content

Commit

Permalink
Avoid the responsibility of global settings
Browse files Browse the repository at this point in the history
We should only ignore files that may concern this project, not folks editors and operating systems.  Added reminder text in the `.gitignore` file itself.
  • Loading branch information
kotp committed Jun 23, 2015
1 parent b694dd1 commit 7b1521d
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
.DS_Store
.md~

# Local Ruby gems #
.gem/

# JetBrains #
.idea/

# Linux #
*~
# This gitignore file is for this projects concerns.
# Please set swap files and system folder files for your operating system and editors to be ignored in
# the 'global ignore file'.
# See: http://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
# : search for "global .gitignore"

0 comments on commit 7b1521d

Please sign in to comment.