diff options
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.gitignore | 8 | ||||
| -rw-r--r-- | .idea/checkers.iml | 14 | ||||
| -rw-r--r-- | .idea/compilerexplorer.settings.xml | 7 | ||||
| -rw-r--r-- | .idea/modules.xml | 8 | ||||
| -rw-r--r-- | .idea/vcs.xml | 7 |
5 files changed, 44 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..4aa91ea --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/checkers.iml b/.idea/checkers.iml new file mode 100644 index 0000000..23ef6ec --- /dev/null +++ b/.idea/checkers.iml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<module type="CPP_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/model/benches" isTestSource="true" />
+ <sourceFolder url="file://$MODULE_DIR$/model/src" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/ai/src" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/cli/src" isTestSource="false" />
+ <excludeFolder url="file://$MODULE_DIR$/target" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
\ No newline at end of file diff --git a/.idea/compilerexplorer.settings.xml b/.idea/compilerexplorer.settings.xml new file mode 100644 index 0000000..72b2444 --- /dev/null +++ b/.idea/compilerexplorer.settings.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="CompilerExplorerSettingsProvider">
+ <option name="enabled" value="false" />
+ <option name="initialNoticeShown" value="true" />
+ </component>
+</project>
\ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..9a6e9b6 --- /dev/null +++ b/.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/checkers.iml" filepath="$PROJECT_DIR$/.idea/checkers.iml" />
+ </modules>
+ </component>
+</project>
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..89a0da2 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ <mapping directory="$PROJECT_DIR$/ai" vcs="Git" />
+ </component>
+</project>
\ No newline at end of file |
