all repos — searchix @ 7ad48953a4d9470d2f4fe89343c0b09bff410c58

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: initial commit

Alan Pearce
commit

7ad48953a4d9470d2f4fe89343c0b09bff410c58

1 file changed, 29 insertions(+), 0 deletions(-)

changed files
A .gitignore
@@ -0,0 +1,29 @@
+# Allowlisting gitignore template for GO projects prevents us +# from adding various unwanted local files, such as generated +# files, developer configurations or IDE-specific files etc. +# +# Recommended: Go.AllowList.gitignore + +# Ignore everything +* + +# But not these files... +!/.gitignore +!/.editorconfig +!/.envrc.sample + +!/README.md +!/LICENSE +!/justfile + +!/nix +!*.nix + +!/.golangci.yaml +!/go.sum +!/go.mod +!/gomod2nix.toml +!*.go + +# ...even if they are in subdirectories +!*/