diff options
author | Joe LaBarbera <jlabarbera11@gmail.com> | 2017-02-22 08:41:54 -0800 |
---|---|---|
committer | Joe LaBarbera <jlabarbera11@gmail.com> | 2017-02-22 08:43:06 -0800 |
commit | af3bfa0eb4aed12dd8c0a5ab70750e25dc09192c (patch) | |
tree | 0f6987dab437f79ca5fdbbeb4af1fcd15aca728c /PlayFramework.gitignore | |
parent | 80c5f1c6f5cb514416531a4413b85fcba63fb8e9 (diff) | |
download | gitignore-af3bfa0eb4aed12dd8c0a5ab70750e25dc09192c.tar.gz gitignore-af3bfa0eb4aed12dd8c0a5ab70750e25dc09192c.zip |
Added /project/project to PlayFramework.gitignore
https://www.playframework.com/documentation/2.5.x/Anatomy
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 6d67f119..ae5ec9fe 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -5,6 +5,7 @@ bin/ /lib/ /logs/ /modules +/project/project /project/target /target tmp/ |