2024-09-05 07:32:31 +02:00
|
|
|
# SPDX-FileCopyrightText: 2024 Christina Sørensen
|
2024-03-15 09:55:00 +01:00
|
|
|
#
|
2024-09-05 07:32:31 +02:00
|
|
|
# SPDX-License-Identifier: EUPL-1.2
|
2024-03-15 09:55:00 +01:00
|
|
|
|
2024-09-05 07:32:31 +02:00
|
|
|
# Ignore output from latex locally
|
|
|
|
*.aux
|
|
|
|
*.log
|
|
|
|
*.pdf
|
|
|
|
|
|
|
|
# Rust
|
2024-03-15 09:55:00 +01:00
|
|
|
/target
|
|
|
|
|
2024-09-05 07:32:31 +02:00
|
|
|
# Nix
|
|
|
|
result*
|
|
|
|
|
|
|
|
# Direnv
|
2024-03-15 09:55:00 +01:00
|
|
|
.direnv
|
2024-09-05 07:32:31 +02:00
|
|
|
|
|
|
|
# pre-commit-hooks
|
2024-03-15 09:55:00 +01:00
|
|
|
.pre-commit-config.yaml
|