diff options
author | mediocregopher <mediocregopher@gmail.com> | 2023-08-13 21:37:40 +0200 |
---|---|---|
committer | mediocregopher <mediocregopher@gmail.com> | 2023-08-13 21:37:40 +0200 |
commit | 8af64936804d4493022385980212aaae73197ab0 (patch) | |
tree | 9bde9c020e1a9a4b631292eddca479ca2c11557b /config | |
parent | 1957081c122fe231eb6120192489dd979d214317 (diff) |
Be sure to ignore extra config files
Diffstat (limited to 'config')
-rw-r--r-- | config/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/.gitignore b/config/.gitignore new file mode 100644 index 0000000..1b11813 --- /dev/null +++ b/config/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!default.nix |