From fe63fec58fffe0f7d6e6cf93623ea34d1caeee3f Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 11 Aug 2025 11:06:56 +0200 Subject: [PATCH] add airwatch with link to lib --- .gitignore | 3 ++- .idea/.gitignore | 8 ------- .idea/inspectionProfiles/Project_Default.xml | 22 -------------------- .idea/modules.xml | 8 ------- .idea/ng-implementation.iml | 10 --------- .idea/php.xml | 19 ----------------- .idea/vcs.xml | 6 ------ sae-airwatch | 1 + 8 files changed, 3 insertions(+), 74 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/ng-implementation.iml delete mode 100644 .idea/php.xml delete mode 100644 .idea/vcs.xml create mode 160000 sae-airwatch diff --git a/.gitignore b/.gitignore index 57d395d..259549b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -ng-demo \ No newline at end of file +ng-demo +.gitignore \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index bc710fc..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 51c826a..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/ng-implementation.iml b/.idea/ng-implementation.iml deleted file mode 100644 index 59d1756..0000000 --- a/.idea/ng-implementation.iml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index f324872..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/sae-airwatch b/sae-airwatch new file mode 160000 index 0000000..7e8813a --- /dev/null +++ b/sae-airwatch @@ -0,0 +1 @@ +Subproject commit 7e8813a9572c975f125827c958bb3bc9a62c62c0