.gitignore

 1# SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 2#
 3# SPDX-License-Identifier: CC0-1.0
 4
 5# Ignore everything
 6*
 7
 8# But not these...
 9!/.gitignore
10
11!*.go
12!go.sum
13!go.mod
14
15!README.md
16!LICENSES/*.txt
17!*.license
18
19!.builds/
20!justfile
21
22# ...even if they are in subdirectories
23!*/