From 6431ab75c701b738d5296c2b6791d48b04942157 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Wed, 30 Aug 2017 14:55:21 +0200 Subject: [PATCH] webstorm project files --- frontend-js/.gitignore | 1 + frontend-js/.idea/frontend-js.iml | 12 ++++++++++++ .../.idea/inspectionProfiles/Project_Default.xml | 6 ++++++ frontend-js/.idea/modules.xml | 8 ++++++++ frontend-js/.idea/vcs.xml | 6 ++++++ 5 files changed, 33 insertions(+) create mode 100644 frontend-js/.idea/frontend-js.iml create mode 100644 frontend-js/.idea/inspectionProfiles/Project_Default.xml create mode 100644 frontend-js/.idea/modules.xml create mode 100644 frontend-js/.idea/vcs.xml diff --git a/frontend-js/.gitignore b/frontend-js/.gitignore index 23ccee19c2..6e21c03544 100644 --- a/frontend-js/.gitignore +++ b/frontend-js/.gitignore @@ -1,3 +1,4 @@ +.idea/workspace.xml /dist/ /coverage/ /node_modules/ diff --git a/frontend-js/.idea/frontend-js.iml b/frontend-js/.idea/frontend-js.iml new file mode 100644 index 0000000000..24643cc374 --- /dev/null +++ b/frontend-js/.idea/frontend-js.iml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="WEB_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/.tmp" /> + <excludeFolder url="file://$MODULE_DIR$/temp" /> + <excludeFolder url="file://$MODULE_DIR$/tmp" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> \ No newline at end of file diff --git a/frontend-js/.idea/inspectionProfiles/Project_Default.xml b/frontend-js/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000000..eff7139dc9 --- /dev/null +++ b/frontend-js/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="JSHint" enabled="true" level="ERROR" enabled_by_default="true" /> + </profile> +</component> \ No newline at end of file diff --git a/frontend-js/.idea/modules.xml b/frontend-js/.idea/modules.xml new file mode 100644 index 0000000000..45e3bd378c --- /dev/null +++ b/frontend-js/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/frontend-js.iml" filepath="$PROJECT_DIR$/.idea/frontend-js.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/frontend-js/.idea/vcs.xml b/frontend-js/.idea/vcs.xml new file mode 100644 index 0000000000..6c0b863585 --- /dev/null +++ b/frontend-js/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$/.." vcs="Git" /> + </component> +</project> \ No newline at end of file -- GitLab