diff options
author | Joel Baranick <joel.baranick@ensighten.com> | 2015-10-28 12:54:10 -0700 |
---|---|---|
committer | Joel Baranick <joel.baranick@ensighten.com> | 2015-10-28 12:54:10 -0700 |
commit | f2294ad4c37592d4046fd02e35439340278b09a0 (patch) | |
tree | 0c9f4640a5b91f41fe6b73c2de67055c05bc9668 /.gitignore | |
parent | 8101c2fc7b6ca2b2fa1d835f2c5b2a5f159539a0 (diff) | |
download | bbprb-f2294ad4c37592d4046fd02e35439340278b09a0.tar.gz |
Add support for plaintext username/password unless credentials are specified.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c7b603 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +target +*.iml +.idea +dependency-reduced-pom.xml |