Files @ 6b24e9820611
Branch filter:

Location: SlatePermutate/.hgignore - annotation

binki
Support pastebin-style referencing of one's saved schedules: each schedule is now assigned a global identification number and is accessible using that number. This commit requires y'all to delete your old session cookie because the storage format of the session cookie has changed.
1
2
3
4
5
6
7
style: regex

# ignore all saved schedules, but keep track of the .keep file.
^saved_schedules/[^.]

# ignore common unwanted suffixes
(~|\.orig|\.rej)$