Skip to content

Commit

Permalink
gitignore: Ignore 'out/' build directory (se-edu#576)
Browse files Browse the repository at this point in the history
When running the application/tests in IntelliJ, a new 'out/' directory
will be created.

The 'out/' directory contains build files. They should not be included
in the repository.

Let's update .gitignore to ignore the 'out/' build directory.
  • Loading branch information
yamgent authored Jul 21, 2017
1 parent e3bdbae commit 08c681a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ classes/
/data/
/bin/
src/main/resources/docs/
out/

0 comments on commit 08c681a

Please sign in to comment.