diff options
author | Sylhare <sylhareng@gmail.com> | 2018-02-12 11:16:29 -0500 |
---|---|---|
committer | Sylhare <sylhareng@gmail.com> | 2018-02-12 11:26:19 -0500 |
commit | 58ba9e800fdd7024f43a3e5195dc5275ce3d5b7e (patch) | |
tree | 67d62c18e9d2585826caae4dea724c415e798075 /.gitignore | |
parent | 794ae5db8003fc67da57f6b887ab69adfb7e06f8 (diff) |
Ignoring intelliJ files
Change-Id: Ifd7c17a336571e4c8c586aed1da1f7e48e913888
Issue-ID: OOM-116
Signed-off-by: Sylhare <sylhareng@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index b671448e83..028a8ee5c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ kubernetes/config/onap-parameters.yaml -.idea/vcs.xml -.idea/modules.xml -.idea/oom.iml -.idea/workspace.xml +.idea/* |