41 lines
706 B
Text
41 lines
706 B
Text
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
ops/secrets/
|
|
|
|
# For now, ignore the freeswitch config until I have it in a good state.
|
|
ops/nixos/lib/freeswitch/
|
|
|
|
ops/vault/cfg/tf/
|
|
ops/vault/cfg/secrets.nix
|
|
|
|
rust/passgen/input/
|
|
rust/passgen/target/
|
|
|
|
web/quotes/theme/static/
|
|
|
|
nix/pkgs/factorio-mods/cache/
|
|
nix/pkgs/factorio-mods/.pytest_cache/
|
|
|
|
py/tumblrcap/dl/
|
|
|
|
syntax: regexp
|
|
^py/tumblrcap/mylikes.*
|
|
^go/trains/.*/start.sh$
|
|
^go/trains/.*/lukegb-trains.json$
|
|
^py/icalfilter/config/.*$
|
|
^rust/.*/target/.*$
|
|
^(.+/)?result(-([a-z]+|[0-9]+))?$
|
|
|
|
syntax: glob
|
|
*.sw?
|
|
*.pyc
|
|
*.orig
|
|
*~
|
|
db.sqlite3
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
firebase-debug.log
|
|
.ruff_cache/
|