From e44e2fe070484e06d384a31ef2699c3a2d5d474e Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Thu, 13 Jun 2024 15:46:03 +0200 Subject: GitHub migration --- .idea/.gitignore | 5 ++++ .idea/compiler.xml | 6 +++++ .idea/deployment.xml | 15 +++++++++++ .idea/discord.xml | 12 +++++++++ .idea/inspectionProfiles/Project_Default.xml | 40 ++++++++++++++++++++++++++++ .idea/jsLibraryMappings.xml | 6 +++++ .idea/modules.xml | 8 ++++++ .idea/php.xml | 13 +++++++++ .idea/prisbeam.iml | 18 +++++++++++++ .idea/sshConfigs.xml | 8 ++++++ .idea/vcs.xml | 7 +++++ .idea/webServers.xml | 14 ++++++++++ 12 files changed, 152 insertions(+) create mode 100755 .idea/.gitignore create mode 100755 .idea/compiler.xml create mode 100755 .idea/deployment.xml create mode 100755 .idea/discord.xml create mode 100755 .idea/inspectionProfiles/Project_Default.xml create mode 100755 .idea/jsLibraryMappings.xml create mode 100755 .idea/modules.xml create mode 100755 .idea/php.xml create mode 100755 .idea/prisbeam.iml create mode 100755 .idea/sshConfigs.xml create mode 100755 .idea/vcs.xml create mode 100755 .idea/webServers.xml (limited to '.idea') diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100755 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100755 index 0000000..1a2fb33 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100755 index 0000000..3aa29c3 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml new file mode 100755 index 0000000..3aef922 --- /dev/null +++ b/.idea/discord.xml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100755 index 0000000..d6adb5e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,40 @@ + + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100755 index 0000000..d23208f --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100755 index 0000000..58ece80 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100755 index 0000000..88cd1bc --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,13 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/prisbeam.iml b/.idea/prisbeam.iml new file mode 100755 index 0000000..41eb966 --- /dev/null +++ b/.idea/prisbeam.iml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml new file mode 100755 index 0000000..dc6085f --- /dev/null +++ b/.idea/sshConfigs.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100755 index 0000000..ba55b08 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml new file mode 100755 index 0000000..1fb39d7 --- /dev/null +++ b/.idea/webServers.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file -- cgit