mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-27 10:52:13 +03:00
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:
parent
b694dd10d5
commit
7b1521df03
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"
|
||||
|
Loading…
Reference in New Issue
Block a user