From 46e43f4bde4a35785b4997b81e86cd19f046b69b Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 21 Dec 2021 16:52:28 +0100 Subject: Commit --- .idea/.gitignore | 5 +++++ .idea/.name | 1 + .idea/LangDetect.iml | 12 ++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 10 ++++++++++ .idea/jsLibraryMappings.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/runConfigurations/Build.xml | 5 +++++ 7 files changed, 47 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/.name create mode 100644 .idea/LangDetect.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/runConfigurations/Build.xml (limited to '.idea') diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 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/.name b/.idea/.name new file mode 100644 index 0000000..abd7355 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +LangDetect \ No newline at end of file diff --git a/.idea/LangDetect.iml b/.idea/LangDetect.iml new file mode 100644 index 0000000..ff88395 --- /dev/null +++ b/.idea/LangDetect.iml @@ -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 100644 index 0000000..cd9f621 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..63326a8 --- /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 100644 index 0000000..0f48f81 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Build.xml b/.idea/runConfigurations/Build.xml new file mode 100644 index 0000000..5858962 --- /dev/null +++ b/.idea/runConfigurations/Build.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file -- cgit