Avoid the responsibility of global settings
We should only ignore files that may concern this project, not folks editors and operating systems. Added reminder text in the `.gitignore` file itself.
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user