Compare commits
No commits in common. "sashinator/master" and "master" have entirely different histories.
sashinator
...
master
5 changed files with 1 additions and 34 deletions
8
.idea/.gitignore
vendored
8
.idea/.gitignore
vendored
|
@ -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
|
|
@ -1,11 +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$/src" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/DRPCreative_C4D2023Fix.iml" filepath="$PROJECT_DIR$/.idea/DRPCreative_C4D2023Fix.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -119,7 +119,7 @@ impl Apps {
|
|||
C4d: App {
|
||||
default_project_name: "Cinema 4D Project".to_string(),
|
||||
drp_client_id: "936296341250904065".to_string(),
|
||||
process_search_string: "Cinema 4D".to_string(),
|
||||
process_search_string: "Cinema 4D R".to_string(),
|
||||
kind: AppKind::C4d,
|
||||
},
|
||||
Maya: App {
|
||||
|
|
Loading…
Reference in a new issue