<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git on Tobias Theel | Senior Software Engineer</title><link>https://blog.noobygames.de/tags/git/</link><description>Recent content in Git on Tobias Theel | Senior Software Engineer</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 09 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.noobygames.de/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>How to add a global .gitignore</title><link>https://blog.noobygames.de/blog/global-gitignore/</link><pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate><guid>https://blog.noobygames.de/blog/global-gitignore/</guid><description>Every developer has done it at least once: accidentally committed a .DS_Store file, a .idea/ folder, or some other machine-specific artifact into a shared repository. A per-project .gitignore helps, but you have to repeat yourself in every repo. The solution is a global .gitignore — a single file that Git applies to every repository on your machine.
How Git decides what to ignore Git evaluates ignore rules from three sources, in order of specificity:</description></item></channel></rss>