diff options
author | Soispha <soispha@vhack.eu> | 2023-06-18 16:21:32 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-18 16:21:32 +0200 |
commit | 20afbbe5cf3521c654d4fb79aea7230dd5011244 (patch) | |
tree | 6bccfce25deb2d7bbe4c12f63eafaa31ace8b212 /.gitignore | |
parent | Feat(markdown): Init (diff) | |
download | flake-templates-20afbbe5cf3521c654d4fb79aea7230dd5011244.tar.gz flake-templates-20afbbe5cf3521c654d4fb79aea7230dd5011244.zip |
Fix(.gitignore): Ignore flake.lock files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aad77ec..dccafb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # build dirs /result +flake.lock +!/flake.lock .direnv |