diff options
author | Soispha <soispha@vhack.eu> | 2023-06-18 16:58:15 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-18 16:58:15 +0200 |
commit | 8ab14831d48668f023916fe6f67f615be0635586 (patch) | |
tree | c48261bd5bd6bf1dd4795b0fdd999bf82bd6b144 /.gitignore | |
parent | Refactor(treewide): Remove flake.lock files (diff) | |
download | flake-templates-8ab14831d48668f023916fe6f67f615be0635586.tar.gz flake-templates-8ab14831d48668f023916fe6f67f615be0635586.zip |
Fix(.gitigonore): Ignore specific files in templates
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dccafb4..368ff91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # build dirs /result + flake.lock !/flake.lock - .direnv + +# template specific +/latex/resources |