LINUX.ORG.RU

История изменений

Исправление mx__, (текущая версия) :

Тут согласен. Ну так это придумали в gitignore, причем в самом git. Поэтому я и вон @LightDiver считаем те кто это придумал - неадекватными людьми.

https://git-scm.com/docs/gitignore

An optional prefix "!" which negates the pattern; any matching file excluded by a previous pattern will become included again. It is not possible to re-include a file if a parent directory of that file is excluded. Git doesn’t list excluded directories for performance reasons, so any patterns on contained files have no effect, no matter where they are defined. Put a backslash ("\") in front of the first "!" for patterns that begin with a literal "!", for example, "\!important!.txt".

Исходная версия mx__, :

Тут согласен. Ну так это придумали в gitignore, причем в самом git. Поэтому я и вон @LightDiver считаем те кто это придумал - неадекватными людьми.