Shri
commited on
Commit
·
7b50b04
1
Parent(s):
bea523f
Remove .idea folder from repository
Browse files- .gitignore +1 -1
- .idea/.gitignore +0 -6
- .idea/dataSources.xml +0 -12
- .idea/data_source_mapping.xml +0 -6
- .idea/modules.xml +0 -8
- .idea/sqldialects.xml +0 -6
- .idea/vcs.xml +0 -6
- .idea/yuvabe-app-backend.iml +0 -8
.gitignore
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
__pycache__/
|
| 2 |
venv/
|
| 3 |
.env
|
| 4 |
-
.idea
|
|
|
|
| 1 |
__pycache__/
|
| 2 |
venv/
|
| 3 |
.env
|
| 4 |
+
.idea/
|
.idea/.gitignore
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
# Default ignored files
|
| 2 |
-
/shelf/
|
| 3 |
-
/workspace.xml
|
| 4 |
-
# Datasource local storage ignored files
|
| 5 |
-
/dataSources/
|
| 6 |
-
/dataSources.local.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/dataSources.xml
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<project version="4">
|
| 3 |
-
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
| 4 |
-
<data-source source="LOCAL" name="[email protected]" uuid="1721f11c-8c2c-4f79-8cb4-ae21650c04d7">
|
| 5 |
-
<driver-ref>postgresql</driver-ref>
|
| 6 |
-
<synchronize>true</synchronize>
|
| 7 |
-
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
|
| 8 |
-
<jdbc-url>jdbc:postgresql://ep-solitary-dew-a4ljqdib-pooler.us-east-1.aws.neon.tech:5432/neondb</jdbc-url>
|
| 9 |
-
<working-dir>$ProjectFileDir$</working-dir>
|
| 10 |
-
</data-source>
|
| 11 |
-
</component>
|
| 12 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/data_source_mapping.xml
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<project version="4">
|
| 3 |
-
<component name="DataSourcePerFileMappings">
|
| 4 |
-
<file url="file://$APPLICATION_CONFIG_DIR$/consoles/db/1721f11c-8c2c-4f79-8cb4-ae21650c04d7/console.sql" value="1721f11c-8c2c-4f79-8cb4-ae21650c04d7" />
|
| 5 |
-
</component>
|
| 6 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.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/yuvabe-app-backend.iml" filepath="$PROJECT_DIR$/.idea/yuvabe-app-backend.iml" />
|
| 6 |
-
</modules>
|
| 7 |
-
</component>
|
| 8 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/sqldialects.xml
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<project version="4">
|
| 3 |
-
<component name="SqlDialectMappings">
|
| 4 |
-
<file url="PROJECT" dialect="PostgreSQL" />
|
| 5 |
-
</component>
|
| 6 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/vcs.xml
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<project version="4">
|
| 3 |
-
<component name="VcsDirectoryMappings">
|
| 4 |
-
<mapping directory="" vcs="Git" />
|
| 5 |
-
</component>
|
| 6 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/yuvabe-app-backend.iml
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<module type="DBE_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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|