deleted more stuff
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
[build]
|
|
||||||
rustc-wrapper = "sccache"
|
|
||||||
# Enable to cut unused deps.
|
|
||||||
# rustflags = ["-D", "unused-crate-dependencies"]
|
|
||||||
|
|
||||||
[future-incompat-report]
|
|
||||||
frequency = "always"
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
# The configuration file for the emulator. Here is an example file with all of the options you may want to set.
|
|
||||||
|
|
||||||
[misc]
|
|
||||||
# Defaults to false, here for testing purposes.
|
|
||||||
use_discord_rpc = true
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
/target
|
|
||||||
**/*.env
|
|
||||||
Generated
-8
@@ -1,8 +0,0 @@
|
|||||||
# Default ignored files
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# Editor-based HTTP Client requests
|
|
||||||
/httpRequests/
|
|
||||||
# Datasource local storage ignored files
|
|
||||||
/dataSources/
|
|
||||||
/dataSources.local.xml
|
|
||||||
Generated
-14
@@ -1,14 +0,0 @@
|
|||||||
<?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$/assembler/src" isTestSource="false" />
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/common/src" isTestSource="false" />
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/dsa_editor/src" isTestSource="false" />
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/emulator/src" isTestSource="false" />
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
|
||||||
</content>
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
Generated
-8
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/damn_simple_architecture.iml" filepath="$PROJECT_DIR$/.idea/damn_simple_architecture.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
Generated
-6
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
max_width = 90
|
|
||||||
comment_width = 90
|
|
||||||
wrap_comments = true
|
|
||||||
Vendored
-11
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"rust-analyzer.check.command": "clippy",
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"rust-analyzer.cargo.features": "all",
|
|
||||||
"files.eol": "\n",
|
|
||||||
"files.insertFinalNewline": true,
|
|
||||||
"files.trimFinalNewlines": true,
|
|
||||||
"files.trimTrailingWhitespace": true,
|
|
||||||
"gitea.owner": "LowLevelDevs",
|
|
||||||
"gitea.repo": "damn_simple_architecture",
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user