diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:22:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:22:15 +0000 |
commit | 99158ba38e5ad4a210b488951838266fb5cfff95 (patch) | |
tree | 57d669fe7fed381905dad1dbf19d912f85af71aa /.gitignore | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-idoreports-99158ba38e5ad4a210b488951838266fb5cfff95.tar.xz icingaweb2-module-idoreports-99158ba38e5ad4a210b488951838266fb5cfff95.zip |
Adding upstream version 0.10.1.upstream/0.10.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f03d4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Exclude all hidden files +.* + +# Except those related to Git +!.git* |