Commit
·
cdb9cbd
1
Parent(s):
0e0bea5
gitignore changes
Browse files- .gitignore +2 -0
- .idea/workspace.xml +14 -15
.gitignore
CHANGED
@@ -175,3 +175,5 @@ reports/
|
|
175 |
.gradio/
|
176 |
*.ipynb
|
177 |
/data/images/
|
|
|
|
|
|
175 |
.gradio/
|
176 |
*.ipynb
|
177 |
/data/images/
|
178 |
+
.idea/
|
179 |
+
.xml
|
.idea/workspace.xml
CHANGED
@@ -5,8 +5,7 @@
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="fb182289-e623-4d79-a62f-e9034e0848ed" name="Changes" comment="">
|
8 |
-
<change beforePath="$PROJECT_DIR$/.
|
9 |
-
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
10 |
</list>
|
11 |
<option name="SHOW_DIALOG" value="false" />
|
12 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -24,20 +23,20 @@
|
|
24 |
<option name="hideEmptyMiddlePackages" value="true" />
|
25 |
<option name="showLibraryContents" value="true" />
|
26 |
</component>
|
27 |
-
<component name="PropertiesComponent"
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
}
|
40 |
-
}
|
41 |
<component name="SharedIndexes">
|
42 |
<attachedChunks>
|
43 |
<set>
|
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="fb182289-e623-4d79-a62f-e9034e0848ed" name="Changes" comment="">
|
8 |
+
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
|
9 |
</list>
|
10 |
<option name="SHOW_DIALOG" value="false" />
|
11 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
23 |
<option name="hideEmptyMiddlePackages" value="true" />
|
24 |
<option name="showLibraryContents" value="true" />
|
25 |
</component>
|
26 |
+
<component name="PropertiesComponent">{
|
27 |
+
"keyToString": {
|
28 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
29 |
+
"RunOnceActivity.git.unshallow": "true",
|
30 |
+
"git-widget-placeholder": "main",
|
31 |
+
"last_opened_file_path": "C:/Users/rajtu/OneDrive/Desktop/Raj/Github/MOLx-Powered_by_MedRAX",
|
32 |
+
"node.js.detected.package.eslint": "true",
|
33 |
+
"node.js.detected.package.tslint": "true",
|
34 |
+
"node.js.selected.package.eslint": "(autodetect)",
|
35 |
+
"node.js.selected.package.tslint": "(autodetect)",
|
36 |
+
"nodejs_package_manager_path": "npm",
|
37 |
+
"vue.rearranger.settings.migration": "true"
|
38 |
}
|
39 |
+
}</component>
|
40 |
<component name="SharedIndexes">
|
41 |
<attachedChunks>
|
42 |
<set>
|