diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-05 13:38:07 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-05 13:38:07 +0100 |
commit | 79729fc1c157f0654a450e2dca50b0b2810faa78 (patch) | |
tree | b9311e5cfb6066a727e14136135d8dfd38cf7df8 | |
parent | 4dad24ff3f9496f22465c6749471a4c4a983e257 (diff) |
installer: fix output directory as symlink
-rw-r--r-- | installer/.gitignore | 1 | ||||
-rw-r--r-- | installer/Output/.gitignore | 1 | ||||
-rw-r--r-- | installer/Output/.gitkeep | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/installer/.gitignore b/installer/.gitignore new file mode 100644 index 00000000..f569d96c --- /dev/null +++ b/installer/.gitignore @@ -0,0 +1 @@ +/Output diff --git a/installer/Output/.gitignore b/installer/Output/.gitignore deleted file mode 100644 index 72e8ffc0..00000000 --- a/installer/Output/.gitignore +++ /dev/null @@ -1 +0,0 @@ -* diff --git a/installer/Output/.gitkeep b/installer/Output/.gitkeep deleted file mode 100644 index e69de29b..00000000 --- a/installer/Output/.gitkeep +++ /dev/null |