Add .idea/ to .gitignore and clean up IntelliJ project config files

- Ignored `.idea/` directory and its contents in global and local `.gitignore`.
- Removed outdated module and VCS mappings from IntelliJ project configuration files for cleanup.
This commit is contained in:
2025-10-05 20:42:04 +01:00
parent 4c3bf03ba7
commit d9fa1dd5da
4 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
/.idea/

1
.idea/.gitignore generated vendored
View File

@@ -3,3 +3,4 @@
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
*

3
.idea/modules.xml generated
View File

@@ -2,8 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/client.orly.dev.iml" filepath="$PROJECT_DIR$/.idea/client.orly.dev.iml" />
<module fileurl="file://$PROJECT_DIR$/../github.com/PlebianApp/market/.idea/market.iml" filepath="$PROJECT_DIR$/../github.com/PlebianApp/market/.idea/market.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/git.nostrly.app.iml" filepath="$PROJECT_DIR$/.idea/git.nostrly.app.iml" />
</modules>
</component>
</project>

1
.idea/vcs.xml generated
View File

@@ -2,6 +2,5 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../github.com/PlebianApp/market" vcs="Git" />
</component>
</project>