diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2368a38..ebdb921 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ !/README.md !/LICENSE !/justfile +!/config.toml !/nix !*.nix @@ -25,5 +26,9 @@ !/gomod2nix.toml !*.go +!*.tmpl +!*.js +!/frontend + # ...even if they are in subdirectories !*/ |