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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
/.idea/
|
||||
|
||||
1
.idea/.gitignore
generated
vendored
1
.idea/.gitignore
generated
vendored
@@ -3,3 +3,4 @@
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
*
|
||||
3
.idea/modules.xml
generated
3
.idea/modules.xml
generated
@@ -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
1
.idea/vcs.xml
generated
@@ -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>
|
||||
Reference in New Issue
Block a user