Commit 1e2c2c88 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Initial commit

parent ad47739e
Loading
Loading
Loading
Loading

.idea/.gitignore

0 → 100644
+10 −0
Original line number Diff line number Diff line
# Default ignored files
/shelf/
/workspace.xml
# Ignored default folder with query files
/queries/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/

.idea/editor.xml

0 → 100644
+351 −0

File added.

Preview size limit exceeded, changes collapsed.

.idea/hw8_configs.iml

0 → 100644
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="CIDR" type="CPP_MODULE" version="4" />
 No newline at end of file

.idea/misc.xml

0 → 100644
+10 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="CMakePythonSetting">
    <option name="pythonIntegrationState" value="YES" />
  </component>
  <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
  <component name="NodePackageJsonFileManager">
    <packageJsonPaths />
  </component>
</project>
 No newline at end of file

.idea/modules.xml

0 → 100644
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/.idea/hw8_configs.iml" filepath="$PROJECT_DIR$/.idea/hw8_configs.iml" />
    </modules>
  </component>
</project>
 No newline at end of file
Loading