diff options
author | 2018-06-04 14:02:24 +0300 | |
---|---|---|
committer | 2018-06-04 14:17:06 +0300 | |
commit | 41d8ff7b8796491cb3d85d098257811767616782 (patch) | |
tree | 7a1366f6c31e3ed27b795e0192b446ad017d7e92 /.gitignore | |
parent | f0249c9508dc710e94c8558d7487fdeb99ef28a2 (diff) |
create basic application infra for workflow
Change-Id: Iedc617a626317a7f1a5b1389fe1666ccae2c43f3
Issue-ID: SDC-1369
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +.idea/ +*.iml .classpath .project .settings/ |