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 | |
parent | 794ae5db8003fc67da57f6b887ab69adfb7e06f8 (diff) |
Ignoring intelliJ files
Change-Id: Ifd7c17a336571e4c8c586aed1da1f7e48e913888
Issue-ID: OOM-116
Signed-off-by: Sylhare <sylhareng@gmail.com>
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | .idea/vcs.xml | 6 |
2 files changed, 1 insertions, 10 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/* diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddfbb..0000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="" vcs="Git" /> - </component> -</project>
\ No newline at end of file |