diff options
author | Kyle Lahnakoski <klahnakoski@mozilla.com> | 2019-10-22 17:47:27 -0400 |
---|---|---|
committer | Paul McGuire <ptmcg@users.noreply.github.com> | 2019-10-22 16:47:27 -0500 |
commit | 696808023f10207461d7b22dc1d02cbed44e2bfa (patch) | |
tree | 5abd022a0bd87a86c6b559d0158b7160153ce6dc | |
parent | 9e1fbe395b0c105d30e0c77802482cc62e0d6cde (diff) | |
download | pyparsing-git-696808023f10207461d7b22dc1d02cbed44e2bfa.tar.gz |
remove ide files (#152)
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 17 | ||||
-rw-r--r-- | .idea/misc.xml | 4 | ||||
-rw-r--r-- | .idea/modules.xml | 8 | ||||
-rw-r--r-- | .idea/pyparsing.iml | 22 | ||||
-rw-r--r-- | .idea/vcs.xml | 6 |
5 files changed, 0 insertions, 57 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index aea1ef6..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,17 +0,0 @@ -<component name="InspectionProjectProfileManager"> - <profile version="1.0"> - <option name="myName" value="Project Default" /> - <inspection_tool class="PyCompatibilityInspection" enabled="true" level="WARNING" enabled_by_default="true"> - <option name="ourVersions"> - <value> - <list size="4"> - <item index="0" class="java.lang.String" itemvalue="3.5" /> - <item index="1" class="java.lang.String" itemvalue="3.6" /> - <item index="2" class="java.lang.String" itemvalue="3.7" /> - <item index="3" class="java.lang.String" itemvalue="3.8" /> - </list> - </value> - </option> - </inspection_tool> - </profile> -</component>
\ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 6c993b7..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.5" project-jdk-type="Python SDK" /> -</project>
\ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 076a4eb..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/pyparsing.iml" filepath="$PROJECT_DIR$/.idea/pyparsing.iml" /> - </modules> - </component> -</project>
\ No newline at end of file diff --git a/.idea/pyparsing.iml b/.idea/pyparsing.iml deleted file mode 100644 index 5f2f3dc..0000000 --- a/.idea/pyparsing.iml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="PYTHON_MODULE" version="4"> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$"> - <sourceFolder url="file://$MODULE_DIR$/examples/statemachine" isTestSource="false" /> - <excludeFolder url="file://$MODULE_DIR$/User_samples" /> - <excludeFolder url="file://$MODULE_DIR$/build" /> - <excludeFolder url="file://$MODULE_DIR$/dist" /> - <excludeFolder url="file://$MODULE_DIR$/venv" /> - <excludeFolder url="file://$MODULE_DIR$/working" /> - </content> - <orderEntry type="jdk" jdkName="Python 3.5" jdkType="Python SDK" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> - <component name="ReSTService"> - <option name="workdir" value="$MODULE_DIR$" /> - <option name="DOC_DIR" value="$MODULE_DIR$" /> - </component> - <component name="TestRunnerService"> - <option name="PROJECT_TEST_RUNNER" value="Unittests" /> - </component> -</module>
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?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 |