diff options
author | Minteck <contact@minteck.org> | 2022-03-27 22:51:09 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-27 22:51:09 +0200 |
commit | 8fa0b98c66a4c26f12f9450e6dde77242c5dc008 (patch) | |
tree | f710f15dfa9402f3c8ed2b5fed210ce14513b073 /.idea | |
parent | 3b7a058fbd58b74f413720feb492bdb827993006 (diff) | |
download | youtoo-8fa0b98c66a4c26f12f9450e6dde77242c5dc008.tar.gz youtoo-8fa0b98c66a4c26f12f9450e6dde77242c5dc008.tar.bz2 youtoo-8fa0b98c66a4c26f12f9450e6dde77242c5dc008.zip |
Commit
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/.gitignore | 10 | ||||
-rw-r--r-- | .idea/.name | 1 | ||||
-rw-r--r-- | .idea/YouToo.iml | 22 | ||||
-rw-r--r-- | .idea/deployment.xml | 26 | ||||
-rw-r--r-- | .idea/jsLibraryMappings.xml | 10 | ||||
-rw-r--r-- | .idea/modules.xml | 14 | ||||
-rw-r--r-- | .idea/vcs.xml | 10 |
7 files changed, 47 insertions, 46 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore index b58b603..ea7ed09 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,5 +1,5 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ +# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..945ce43 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +index.js
\ No newline at end of file diff --git a/.idea/YouToo.iml b/.idea/YouToo.iml index 0c8867d..ff88395 100644 --- a/.idea/YouToo.iml +++ b/.idea/YouToo.iml @@ -1,12 +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> +<?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 index 1436779..d17d44e 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,14 +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> +<?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 index d23208f..63326a8 100644 --- a/.idea/jsLibraryMappings.xml +++ b/.idea/jsLibraryMappings.xml @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="JavaScriptLibraryMappings"> - <includedPredefinedLibrary name="Node.js Core" /> - </component> +<?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 index b17c1cd..31c2910 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -1,8 +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> +<?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 diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..9661ac7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$" vcs="Git" /> - </component> +<?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 |