Skip to content
Kamal Kishor Joshi edited this page Jun 16, 2021 · 2 revisions

Welcome to the upnotes-website wiki!

Add .upnotes to global gitignore

Upnotes is designed to save your notes in the repository but if you are not ready to push it to the repository yet. You can add it to global gitignore

create file
~/.gitignore_global
Add line
**/.upnotes

Run command
git config --global core.excludesFile ~/.gitignore_global
Clone this wiki locally