Commit
·
0499f95
1
Parent(s):
257ae3b
Stop tracking .idea directory
Browse files- .gitignore +1 -1
- .idea/.gitignore +0 -10
- .idea/document-classification.iml +0 -8
- .idea/inspectionProfiles/profiles_settings.xml +0 -6
- .idea/modules.xml +0 -8
.gitignore
CHANGED
|
@@ -20,4 +20,4 @@ rvl_cdip_data/
|
|
| 20 |
.env
|
| 21 |
.venv
|
| 22 |
env/
|
| 23 |
-
venv/
|
|
|
|
| 20 |
.env
|
| 21 |
.venv
|
| 22 |
env/
|
| 23 |
+
venv/.idea/
|
.idea/.gitignore
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
# Default ignored files
|
| 2 |
-
/shelf/
|
| 3 |
-
/workspace.xml
|
| 4 |
-
# Ignored default folder with query files
|
| 5 |
-
/queries/
|
| 6 |
-
# Datasource local storage ignored files
|
| 7 |
-
/dataSources/
|
| 8 |
-
/dataSources.local.xml
|
| 9 |
-
# Editor-based HTTP Client requests
|
| 10 |
-
/httpRequests/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/document-classification.iml
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<module type="PYTHON_MODULE" version="4">
|
| 3 |
-
<component name="NewModuleRootManager">
|
| 4 |
-
<content url="file://$MODULE_DIR$" />
|
| 5 |
-
<orderEntry type="inheritedJdk" />
|
| 6 |
-
<orderEntry type="sourceFolder" forTests="false" />
|
| 7 |
-
</component>
|
| 8 |
-
</module>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/inspectionProfiles/profiles_settings.xml
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
<component name="InspectionProjectProfileManager">
|
| 2 |
-
<settings>
|
| 3 |
-
<option name="USE_PROJECT_PROFILE" value="false" />
|
| 4 |
-
<version value="1.0" />
|
| 5 |
-
</settings>
|
| 6 |
-
</component>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<project version="4">
|
| 3 |
-
<component name="ProjectModuleManager">
|
| 4 |
-
<modules>
|
| 5 |
-
<module fileurl="file://$PROJECT_DIR$/.idea/document-classification.iml" filepath="$PROJECT_DIR$/.idea/document-classification.iml" />
|
| 6 |
-
</modules>
|
| 7 |
-
</component>
|
| 8 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|