diff options
author | Justin Spahr-Summers <jspahrsummers@github.com> | 2013-11-12 10:37:21 -0800 |
---|---|---|
committer | Justin Spahr-Summers <jspahrsummers@github.com> | 2013-11-12 10:37:21 -0800 |
commit | e240feae833a9ea632ab8f7a6d51b80c265d0f9a (patch) | |
tree | 5fa1fd3e2127cca0b854b19139a878c857e71e4b /PlayFramework.gitignore | |
parent | 306ed4acf9ff46e49af2f3b7bd23c450f9f7ffbf (diff) | |
parent | 700e582aca907c723d1035a472433dcf629635ab (diff) | |
download | gitignore-e240feae833a9ea632ab8f7a6d51b80c265d0f9a.tar.gz gitignore-e240feae833a9ea632ab8f7a6d51b80c265d0f9a.zip |
Merge pull request #657 from MrBogomips/master
PlayFramework: exclude assets under the bin/ directory generated by the compiler
Diffstat (limited to 'PlayFramework.gitignore')
-rw-r--r-- | PlayFramework.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index b43233e1..ed27485a 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,4 +1,5 @@ # Ignore Play! working directory # +bin db eclipse lib |