diff options
author | Minteck <contact@minteck.org> | 2022-02-09 16:57:23 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-02-09 16:57:23 +0100 |
commit | a345efd09990c9a9ffb546caf4c0014ea1452449 (patch) | |
tree | 14979863b1037e92c237b89465d26ec25d9dbfc1 /.idea | |
download | youtoo-a345efd09990c9a9ffb546caf4c0014ea1452449.tar.gz youtoo-a345efd09990c9a9ffb546caf4c0014ea1452449.tar.bz2 youtoo-a345efd09990c9a9ffb546caf4c0014ea1452449.zip |
Initial commit, release
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/.gitignore | 5 | ||||
-rw-r--r-- | .idea/YouToo.iml | 12 | ||||
-rw-r--r-- | .idea/deployment.xml | 14 | ||||
-rw-r--r-- | .idea/jsLibraryMappings.xml | 6 | ||||
-rw-r--r-- | .idea/modules.xml | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/YouToo.iml b/.idea/YouToo.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/YouToo.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$/temp" /> + <excludeFolder url="file://$MODULE_DIR$/.tmp" /> + <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/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..1436779 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false"> + <serverData> + <paths name="Familine"> + <serverdata> + <mappings> + <mapping local="$PROJECT_DIR$" web="/" /> + </mappings> + </serverdata> + </paths> + </serverData> + </component> +</project>
\ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..d23208f --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="JavaScriptLibraryMappings"> + <includedPredefinedLibrary name="Node.js Core" /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b17c1cd --- /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/YouToo.iml" filepath="$PROJECT_DIR$/.idea/YouToo.iml" /> + </modules> + </component> +</project>
\ No newline at end of file |