Showing posts with label IntelliJ. Show all posts
Showing posts with label IntelliJ. Show all posts

Tuesday, February 23, 2016

Java : IntelliJ gitIgnore

IntelliJ gitIgnore


download : https://plugins.jetbrains.com/plugin/7495?pr=idea

This is used to ignore those files that user does not want to merge ,copy or store it in Git.
  1. Download jar file to your local
  2. Open IntelliJ >File>Settings >Plugins
  3. Click button "Install plugin from disk"
  4. Select the file in the file browser 
  5. Click apply
  6. Restart IntelliJ

After restart , goto you main project right click >New > ignorefile>gitIgnore file