Horje
remove .idea folder from git Code Example
remove .idea folder from git
Blacklist the .idea folder by adding the “.idea” folder to the .gitignore file in master, 
then commit this change.
In your branch, check this file out from master. 
git checkout master -- .gitignore
Remove the .idea folder from the git tree
git rm --cached -r .idea

and commit this change to your branch.
remove .idea from git
for reference : https://www.david-merrick.com/2017/08/04/how-to-remove-the-idea-folder-from-git/




Shell

Related
Error: EACCES: permission denied, mkdtemp linux ubuntu Code Example Error: EACCES: permission denied, mkdtemp linux ubuntu Code Example
virtualbox kernel driver not installed ubuntu Code Example virtualbox kernel driver not installed ubuntu Code Example
remove mongo lock file from centos 7 Code Example remove mongo lock file from centos 7 Code Example
linux cpu power install Code Example linux cpu power install Code Example
install firebase tools linux Code Example install firebase tools linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9