diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-11-08 16:32:02 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-11-08 16:32:02 +0000 |
| commit | b47b25871d1f64e81daa025f9368c00ef89d55cf (patch) | |
| tree | e1a3f338a8b799c3a66ff4fa6e5f2af1f4a2855e /.gitignore | |
| parent | replace new icons (diff) | |
| download | sharkey-b47b25871d1f64e81daa025f9368c00ef89d55cf.tar.gz sharkey-b47b25871d1f64e81daa025f9368c00ef89d55cf.tar.bz2 sharkey-b47b25871d1f64e81daa025f9368c00ef89d55cf.zip | |
example test config
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 77ae92c023..aba71c5876 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ coverage # config /.config/* !/.config/example.yml +!/.config/test-example.yml !/.config/docker_example.yml !/.config/docker_example.env !/.config/cypress-devcontainer.yml |