Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
You can ignore files in the root directory only by prefixing a pattern with
/. For example, if you want to ignore the file features.txt in the root directory only, you can add/features.txtinto.gitignore.
Online Tools¶
Gitignore Example for Python¶
xinstall