2020-06-07 14:03:12 +00:00
|
|
|
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-04-30 04:49:19 +00:00
|
|
|
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
|
|
|
|
2023-01-08 01:54:38 +00:00
|
|
|
rust/passgen/input/
|
|
|
|
rust/passgen/target/
|
|
|
|
|
2021-01-20 02:06:13 +00:00
|
|
|
web/quotes/theme/static/
|
|
|
|
|
2023-03-12 20:33:07 +00:00
|
|
|
nix/pkgs/factorio-mods/cache/
|
|
|
|
nix/pkgs/factorio-mods/.pytest_cache/
|
|
|
|
|
2023-01-17 19:36:29 +00:00
|
|
|
py/tumblrcap/dl/
|
|
|
|
|
2021-11-20 23:46:53 +00:00
|
|
|
syntax: regexp
|
2024-09-09 00:20:07 +00:00
|
|
|
^py/tumblrcap/mylikes.*
|
2021-11-20 23:46:53 +00:00
|
|
|
^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]+))?$
|
2021-11-20 23:46:53 +00:00
|
|
|
|
2020-05-03 16:56:16 +00:00
|
|
|
syntax: glob
|
|
|
|
*.sw?
|
|
|
|
*.pyc
|
2020-05-03 17:44:11 +00:00
|
|
|
*.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/
|