Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tips and Traps

  1. 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.txt into .gitignore.

Online Tools

Gitignore Example for Python

xinstall/data/git/gitignore_python

Gitignore Example for Java

xinstall/data/git/gitignore_java