diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..f835063d0c2a1d55f91d0e4c9e873f49253b0d7a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.bat
\ No newline at end of file
diff --git a/apply-all-c4c.bat b/apply-all-c4c.bat
deleted file mode 100644
index b6692229c9f5ab1cb5423afd6aa518468ae1aeea..0000000000000000000000000000000000000000
--- a/apply-all-c4c.bat
+++ /dev/null
@@ -1 +0,0 @@
-kubectl -n mdata --context=c4c apply -f .\backend-deployment.yaml -f .\frontend-deployment.yaml -f .\config-maps.yaml -f .\services.yaml
\ No newline at end of file
diff --git a/apply-all.bat b/apply-all.bat
deleted file mode 100644
index 7b24024102bd35bab4be205876a0ff598e37d74b..0000000000000000000000000000000000000000
--- a/apply-all.bat
+++ /dev/null
@@ -1 +0,0 @@
-kubectl -n mdata apply -f .\backend-deployment.yaml -f .\frontend-deployment.yaml -f .\config-maps.yaml -f .\services.yaml
\ No newline at end of file
diff --git a/restart-c4c.bat b/restart-c4c.bat
deleted file mode 100644
index 8211b60a9dd3a5506d376523452182e41ac11166..0000000000000000000000000000000000000000
--- a/restart-c4c.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-kubectl -n mdata --context=c4c rollout restart deployment maed-exporter-backend
-kubectl -n mdata --context=c4c rollout restart deployment maed-exporter-frontend
\ No newline at end of file
diff --git a/restart.bat b/restart.bat
deleted file mode 100644
index 741d24c14c3420f9d274ea1a16b61a7031dd3b17..0000000000000000000000000000000000000000
--- a/restart.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-kubectl -n mdata rollout restart deployment maed-exporter-backend
-kubectl -n mdata rollout restart deployment maed-exporter-frontend
\ No newline at end of file