Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Lebedev
Total activity
4
Last activity
August 15, 2024 17:58
Member since
July 02, 2024 18:32
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Dmitry Lebedev
commented,
July 02, 2024 18:32
1. Add `.idea/` to `.gitignore`:```plaintext.idea/```2. In the terminal:```bashgit rm -r --cached .idea/```3. Then:```bashgit add .git commit -m "Update .gitignore to exclude .idea directory"```
Community
RubyMine
How to gitignore .idea files
-1 votes