Update .gignore and comments
Some checks failed
Build Windows / Build Windows (push) Has been cancelled
Build Linux / Build Linux (push) Failing after 2m47s

This commit is contained in:
James Hoffman 2024-12-06 13:58:32 -07:00
parent b6f7e43b3d
commit 472290ebe3
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

View File

@ -1,7 +1,6 @@
// Made with pain by someone who desperately needed a distraction from the 2024 election.
// Trans rights are human rights.
// TODO: Optional exclude directories
// TODO: Restore directly, don't restore intermediates.
// TODO: Optionally exclude directories.
#![windows_subsystem = "windows"] // Prevents console from opening when on Windows.
use chrono::DateTime;
use directories::BaseDirs;