Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Kevin Brightwell edited this page Aug 26, 2015 · 1 revision

Ignoring Files

For any new Umple subproject, do not commit any binary files into the repository. If you require storage of binary files, please prepare a justification (there is probably a better option!).

  1. Open/create .gitignore for your folder
  2. Add a file path that you want to ignore, you may use globs such as *.jar

Clone this wiki locally