[MSB] Make MSB compatible with Kubernetes v1.17
[oom.git] / .gitignore
index 9656519..fcf3cdd 100644 (file)
@@ -1,16 +1,27 @@
+# Unit tests
+__snapshot__
+
 # Application
 kubernetes/config/onap-parameters.yaml
 kubernetes/dist/*
 requirements.lock
 **/charts/*.tgz
+*.orig
+
+# AAI Schema
+**/schema/*
 
 
 # Eclipse
 .classpath
 .factorypath
 .project
+.pydevproject
 .settings/
 
 # IntelliJ
 .idea/*
 *.iml
+
+# Mac OS
+*DS_Store*