Ancestors
Toot
Written by Jan Katins on 2024-10-21 at 11:05
TIL: there is third option to exclude a file from #git:
- in the repo via a .gitignore -> is committed, which some project might not want
- In the global gitignore -> makes it vanish in all repos, which I sometimes do not want
- In .git/info/exclude -> perfect middle ground: repo specific, but not committed
Use like this:
echo .venv >> .git/info/exclude
=> More informations about this toot | More toots from jankatins@fosstodon.org
Descendants
Proxy Information
- Original URL
- gemini://mastogem.picasoft.net/thread/113345082728811129
- Status Code
- Success (20)
- Meta
text/gemini
- Capsule Response Time
- 239.016476 milliseconds
- Gemini-to-HTML Time
- 0.261766 milliseconds
This content has been proxied by September (ba2dc).