Version Control Ignore

How to set property vcs ignore

target
build
bin
*~
*.log
.classpath
.project
*.ipr
*.iws
*.iml
.settings
.git
.svn
*.class
*.bak

IntelliJ

  1. project right click
  2. Subvesion
  3. Set Property
  4. Choose svn:ignore
  5. Add ignore list

Eclipse

  1. Project right click
  2. Team
  3. Set property
  4. Choose svn:ignore
  5. Add ignore list

folder/file right click add ignore


Comments

Leave a Reply