diff options
author | Minteck <contact@minteck.org> | 2022-03-16 16:52:22 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-16 16:52:22 +0100 |
commit | 1ac602732bce82b22bbe581c3f47c52dc232c7f2 (patch) | |
tree | c8ad3df1a39bf53aa14e9b7ac63ad55d06e58d15 /.idea | |
parent | 000eec5f6df372d8a026c5b73272797afec8a941 (diff) | |
download | twilight-1ac602732bce82b22bbe581c3f47c52dc232c7f2.tar.gz twilight-1ac602732bce82b22bbe581c3f47c52dc232c7f2.tar.bz2 twilight-1ac602732bce82b22bbe581c3f47c52dc232c7f2.zip |
CC: #1
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/.gitignore | 10 | ||||
-rw-r--r-- | .idea/Twilight.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 |
6 files changed, 46 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/Twilight.iml b/.idea/Twilight.iml index 0c8867d..ff88395 100644 --- a/.idea/Twilight.iml +++ b/.idea/Twilight.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 9dbadc8..dd4efc1 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/Twilight.iml" filepath="$PROJECT_DIR$/.idea/Twilight.iml" /> - </modules> - </component> +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/Twilight.iml" filepath="$PROJECT_DIR$/.idea/Twilight.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 |