mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 13:35:26 +02: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
1 changed files with 5 additions and 11 deletions
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…
Add table
Reference in a new issue