Files @ 6012ec60a8b0
Branch filter:

Location: SlatePermutate/.hgignore

binki
Consistently provide the JS frontend with unescaped values for add_section_n() and add_class_n() calls, whereas in the past the autocomplete data didn't htmlentities() escape the values while editing a saved schedule did. Now properly handle unescaped data in the javascript.
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 .htaccess because we only want .htaccess.example in the repo
^\.htaccess$

# ignore inc/config.inc because we only want inc/config.inc.example in
# the repo
^inc/config\.inc$

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