Files @ a23c8e3ebe9e
Branch filter:

Location: SlatePermutate/.hgignore

binki
Include support for cleaner URLs with example .htaccess and inc/config.inc files. Now, each time a new schedule is created, the user is redirected to that schedule's canonical URL in the same manner as pastebins do. Fixes bug 32 and bug 33.
1
2
3
4
5
6
7
8
9
style: regex

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

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