mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:53:39 +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
|
# This gitignore file is for this projects concerns.
|
||||||
.md~
|
# Please set swap files and system folder files for your operating system and editors to be ignored in
|
||||||
|
# the 'global ignore file'.
|
||||||
# Local Ruby gems #
|
# See: http://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
|
||||||
.gem/
|
# : search for "global .gitignore"
|
||||||
|
|
||||||
# JetBrains #
|
|
||||||
.idea/
|
|
||||||
|
|
||||||
# Linux #
|
|
||||||
*~
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue