Files @ 746c071fde3d
Branch filter:

Location: SlatePermutate/.hgignore

binki
Relicensed jqueryui stylesheet under the Affero GPL-3 (allowed by it being dual-licensed under MIT/GPL2). Added the required AUTHORS.jqueryui file for the stylesheet's copyright line, which must be preserved.
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)$