RustRover Changes

This commit is contained in:
Neshura 2023-09-23 21:46:10 +02:00
parent 4021ebb4a3
commit d8620b14c5
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
4 changed files with 28 additions and 0 deletions

1
.gitignore vendored
View file

@ -28,6 +28,7 @@ Cargo.lock
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/vcs.xml
# AWS User-specific
.idea/**/aws.xml

8
.idea/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="EMPTY_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/comicinfo-editor.iml" filepath="$PROJECT_DIR$/.idea/comicinfo-editor.iml" />
</modules>
</component>
</project>