Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
PyCharm ve git .idea dosyasi – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

PyCharm ve git .idea dosyasi

git ile .idea klasorunu disarida birakmak.

git rm -rf .idea; git commit -m "delete .idea"; git push;

Ek olarak asagidaki de kullanilabilir.

git config --global core.excludesfile .gitignore_global

gitignore_global dosyasi icerigi:

.idea

Burasi da guzeldir.[1]

[1]https://www.gitignore.io/


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58