diff options
author | 2018-08-02 11:10:49 -0400 | |
---|---|---|
committer | 2018-08-02 11:11:23 -0400 | |
commit | 7ea7c4c8d4f368d831fc145684661594f4f6561c (patch) | |
tree | 305cb4030040e6ba65e1532d9fee7ec2f1ec31be /.gitignore | |
parent | 544487f0c1ea4b5efa94a4e97348ea0c412df19c (diff) |
Support basic authentication in config repo
Change-Id: Ic2f40abfbb54bf006f750e4aab7993cb1f4bd5c5
Issue-ID: CCSDK-425
Signed-off-by: jh245g <jh245g@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ac9468 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# IntelliJ +.idea/* +*.iml
\ No newline at end of file |