diff options
Diffstat (limited to '.idea/.idea.testing')
| -rw-r--r-- | .idea/.idea.testing/.idea/.name | 1 | ||||
| -rw-r--r-- | .idea/.idea.testing/.idea/indexLayout.xml | 8 | ||||
| -rw-r--r-- | .idea/.idea.testing/.idea/libraries/GdSdk.xml | 9 | ||||
| -rw-r--r-- | .idea/.idea.testing/.idea/vcs.xml | 7 |
4 files changed, 25 insertions, 0 deletions
diff --git a/.idea/.idea.testing/.idea/.name b/.idea/.idea.testing/.idea/.name new file mode 100644 index 0000000..9a2c773 --- /dev/null +++ b/.idea/.idea.testing/.idea/.name @@ -0,0 +1 @@ +testing
\ No newline at end of file diff --git a/.idea/.idea.testing/.idea/indexLayout.xml b/.idea/.idea.testing/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.testing/.idea/indexLayout.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="UserContentModel"> + <attachedFolders /> + <explicitIncludes /> + <explicitExcludes /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/.idea.testing/.idea/libraries/GdSdk.xml b/.idea/.idea.testing/.idea/libraries/GdSdk.xml new file mode 100644 index 0000000..0059883 --- /dev/null +++ b/.idea/.idea.testing/.idea/libraries/GdSdk.xml @@ -0,0 +1,9 @@ +<component name="libraryTable"> + <library name="GdSdk" type="GdScript"> + <CLASSES /> + <JAVADOC /> + <SOURCES> + <root url="file://$APPLICATION_PLUGINS_DIR$/GdScript/extracted/Master" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/.idea/.idea.testing/.idea/vcs.xml b/.idea/.idea.testing/.idea/vcs.xml new file mode 100644 index 0000000..8306744 --- /dev/null +++ b/.idea/.idea.testing/.idea/vcs.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="" vcs="Git" /> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ No newline at end of file |
