aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-08-27 11:53:41 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-08-27 11:53:41 +0200
commit3a0cabd49731b9597ad876138f088944dbdd46f4 (patch)
tree09d3366c9d7bbb211effcb6712987d9a35469494 /.gitignore
parent1b847c8df05fe0e8be28e115a6953c0b18eaf053 (diff)
Switch to Ubuntu 20.04
- remove unused configuration from Dockerfile - improve Dockerfile configuration: follow best practices described at https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ - switch to Ubuntu 20.04 - reduce size of docker image Issue-ID: VNFSDK-646 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I2d07524ef42913aa3c032f65a1fc771da5b185d4
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fe6b66ca..fa1a61d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+.idea
.project
.settings/
.checkstyle
.classpath
target/
+*.iml