From 1d1c3faa1629796f3c5a974eb7d3b23f140e25c8 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 29 Jun 2021 22:14:16 +0200 Subject: [PATCH] Fixes --- .gitignore | 1 + .idea/ThemeParkPanel.iml | 4 +++- storage/app/.gitignore | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0f7df0f..c57824b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ Homestead.json Homestead.yaml npm-debug.log yarn-error.log +/.idea diff --git a/.idea/ThemeParkPanel.iml b/.idea/ThemeParkPanel.iml index 06a78b0..1a4f6ca 100644 --- a/.idea/ThemeParkPanel.iml +++ b/.idea/ThemeParkPanel.iml @@ -106,8 +106,10 @@ + + - + \ No newline at end of file diff --git a/storage/app/.gitignore b/storage/app/.gitignore index 8f4803c..d7efa7f 100644 --- a/storage/app/.gitignore +++ b/storage/app/.gitignore @@ -1,3 +1,4 @@ * !public/ +!uuid/ !.gitignore