depot/.hgignore

42 lines
706 B
Text
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
ops/secrets/
2020-05-03 16:56:16 +00:00
2023-12-14 11:30:26 +00:00
# For now, ignore the freeswitch config until I have it in a good state.
ops/nixos/lib/freeswitch/
2022-03-14 21:29:15 +00:00
ops/vault/cfg/tf/
2022-03-14 23:34:33 +00:00
ops/vault/cfg/secrets.nix
2022-03-14 21:29:15 +00:00
rust/passgen/input/
rust/passgen/target/
web/quotes/theme/static/
nix/pkgs/factorio-mods/cache/
nix/pkgs/factorio-mods/.pytest_cache/
2023-01-17 19:36:29 +00:00
py/tumblrcap/dl/
syntax: regexp
^py/tumblrcap/mylikes.*
^go/trains/.*/start.sh$
^go/trains/.*/lukegb-trains.json$
2022-05-17 19:35:46 +00:00
^py/icalfilter/config/.*$
2024-10-20 22:20:48 +00:00
^rust/.*/target/.*$
2022-12-29 14:08:56 +00:00
^(.+/)?result(-([a-z]+|[0-9]+))?$
2020-05-03 16:56:16 +00:00
syntax: glob
*.sw?
*.pyc
*.orig
2020-05-03 16:56:16 +00:00
*~
2021-01-19 03:51:22 +00:00
db.sqlite3
2021-01-20 02:04:30 +00:00
node_modules/
2022-04-03 23:32:57 +00:00
.next/
out/
2022-04-05 02:18:57 +00:00
firebase-debug.log
2024-08-04 17:56:56 +00:00
.ruff_cache/