A community based topic aggregation platform built on atproto

chore: Remove .idea IDE config from version control

IDE configuration files should not be tracked in git.
These files are already in .gitignore but were committed before
the ignore rule was added.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

-8
.idea/.gitignore
···
-
# Default ignored files
-
/shelf/
-
/workspace.xml
-
# Editor-based HTTP Client requests
-
/httpRequests/
-
# Datasource local storage ignored files
-
/dataSources/
-
/dataSources.local.xml
-9
.idea/Coves.iml
···
-
<?xml version="1.0" encoding="UTF-8"?>
-
<module type="WEB_MODULE" version="4">
-
<component name="Go" enabled="true" />
-
<component name="NewModuleRootManager">
-
<content url="file://$MODULE_DIR$" />
-
<orderEntry type="inheritedJdk" />
-
<orderEntry type="sourceFolder" forTests="false" />
-
</component>
-
</module>
-17
.idea/dataSources.xml
···
-
<?xml version="1.0" encoding="UTF-8"?>
-
<project version="4">
-
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
-
<data-source source="LOCAL" name="postgres@localhost" uuid="66e25b60-2901-4e78-bdb8-343f2c71fb79">
-
<driver-ref>postgresql</driver-ref>
-
<synchronize>true</synchronize>
-
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
-
<jdbc-url>jdbc:postgresql://localhost:5433/postgres</jdbc-url>
-
<jdbc-additional-properties>
-
<property name="com.intellij.clouds.kubernetes.db.host.port" />
-
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
-
<property name="com.intellij.clouds.kubernetes.db.container.port" />
-
</jdbc-additional-properties>
-
<working-dir>$ProjectFileDir$</working-dir>
-
</data-source>
-
</component>
-
</project>
-8
.idea/modules.xml
···
-
<?xml version="1.0" encoding="UTF-8"?>
-
<project version="4">
-
<component name="ProjectModuleManager">
-
<modules>
-
<module fileurl="file://$PROJECT_DIR$/.idea/Coves.iml" filepath="$PROJECT_DIR$/.idea/Coves.iml" />
-
</modules>
-
</component>
-
</project>
-6
.idea/vcs.xml
···
-
<?xml version="1.0" encoding="UTF-8"?>
-
<project version="4">
-
<component name="VcsDirectoryMappings">
-
<mapping directory="$PROJECT_DIR$" vcs="Git" />
-
</component>
-
</project>