diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2f7896d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+target/
diff --git a/file.txt b/file.txt
new file mode 100644
index 0000000..5852f44
--- /dev/null
+++ b/file.txt
@@ -0,0 +1 @@
+Initial commit
diff --git a/target/classes/META-INF/MANIFEST.MF b/target/classes/META-INF/MANIFEST.MF
deleted file mode 100644
index d449bf5..0000000
--- a/target/classes/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0
-Built-By: saravanan
-Build-Jdk: 17.0.2
-Implementation-Title: spring-boot-docker
-Implementation-Version: 0.0.1-SNAPSHOT
-Implementation-Vendor-Id: com.javatechie
-Implementation-URL: https://projects.spring.io/spring-boot/#/spring-boot
- -starter-parent/spring-boot-docker
-Created-By: Maven Integration for Eclipse
-
diff --git a/target/classes/META-INF/maven/com.javatechie/spring-boot-docker/pom.properties b/target/classes/META-INF/maven/com.javatechie/spring-boot-docker/pom.properties
deleted file mode 100644
index a9380de..0000000
--- a/target/classes/META-INF/maven/com.javatechie/spring-boot-docker/pom.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#Generated by Maven Integration for Eclipse
-#Fri Oct 04 21:57:37 BST 2024
-m2e.projectLocation=/Users/saravanan/Documents/GitHub/spring-boot-dockerize
-m2e.projectName=spring-boot-docker
-groupId=com.javatechie
-artifactId=spring-boot-docker
-version=0.0.1-SNAPSHOT
diff --git a/target/classes/META-INF/maven/com.javatechie/spring-boot-docker/pom.xml b/target/classes/META-INF/maven/com.javatechie/spring-boot-docker/pom.xml
deleted file mode 100644
index 39cb951..0000000
--- a/target/classes/META-INF/maven/com.javatechie/spring-boot-docker/pom.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
- 4.0.0
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.1.2.RELEASE
-
-
- com.javatechie
- spring-boot-docker
- 0.0.1-SNAPSHOT
- spring-boot-docker
- Dockerize spring boot applicatio n
-
-
- 1.8
-
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- spring-boot-docker
-
-
-
diff --git a/target/classes/com/javatechie/spring/boot/docker/demo/SpringBootDockerApplication.class b/target/classes/com/javatechie/spring/boot/docker/demo/SpringBootDockerApplication.class
deleted file mode 100644
index dcc76ff..0000000
Binary files a/target/classes/com/javatechie/spring/boot/docker/demo/SpringBootDockerApplication.class and /dev/null differ
diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties
deleted file mode 100644
index ef1ecde..0000000
--- a/target/maven-archiver/pom.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#Created by Apache Maven 3.8.4
-groupId=com.javatechie
-artifactId=spring-boot-docker
-version=0.0.1-SNAPSHOT
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
deleted file mode 100644
index 4b37b9b..0000000
--- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-com/javatechie/spring/boot/docker/demo/SpringBootDockerApplication.class
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
deleted file mode 100644
index 6df12e9..0000000
--- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-/Users/saravanan/Documents/GitHub/spring-boot-dockerize/src/main/java/com/javatechie/spring/boot/docker/demo/SpringBootDockerApplication.java
diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
deleted file mode 100644
index 26411a6..0000000
--- a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-com/javatechie/spring/boot/docker/demo/SpringBootDockerApplicationTests.class
diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
deleted file mode 100644
index 03d8b88..0000000
--- a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-/Users/saravanan/Documents/GitHub/spring-boot-dockerize/src/test/java/com/javatechie/spring/boot/docker/demo/SpringBootDockerApplicationTests.java
diff --git a/target/spring-boot-docker.jar b/target/spring-boot-docker.jar
deleted file mode 100644
index c21b625..0000000
Binary files a/target/spring-boot-docker.jar and /dev/null differ
diff --git a/target/spring-boot-docker.jar.original b/target/spring-boot-docker.jar.original
deleted file mode 100644
index 6a83457..0000000
Binary files a/target/spring-boot-docker.jar.original and /dev/null differ
diff --git a/target/surefire-reports/2024-10-04T21-57-21_726-jvmRun1.dump b/target/surefire-reports/2024-10-04T21-57-21_726-jvmRun1.dump
deleted file mode 100644
index 7661e75..0000000
--- a/target/surefire-reports/2024-10-04T21-57-21_726-jvmRun1.dump
+++ /dev/null
@@ -1,14 +0,0 @@
-# Created at 2024-10-04T21:57:28.311
-System.exit() or native command error interrupted process checker.
-java.lang.IllegalStateException: error [STOPPED] to read process 62649
- at org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:145)
- at org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:124)
- at org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:214)
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
- at java.base/java.lang.Thread.run(Thread.java:833)
-
-
diff --git a/target/surefire-reports/TEST-com.javatechie.spring.boot.docker.demo.SpringBootDockerApplicationTests.xml b/target/surefire-reports/TEST-com.javatechie.spring.boot.docker.demo.SpringBootDockerApplicationTests.xml
deleted file mode 100644
index 613850b..0000000
--- a/target/surefire-reports/TEST-com.javatechie.spring.boot.docker.demo.SpringBootDockerApplicationTests.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/target/surefire-reports/com.javatechie.spring.boot.docker.demo.SpringBootDockerApplicationTests.txt b/target/surefire-reports/com.javatechie.spring.boot.docker.demo.SpringBootDockerApplicationTests.txt
deleted file mode 100644
index c28c188..0000000
--- a/target/surefire-reports/com.javatechie.spring.boot.docker.demo.SpringBootDockerApplicationTests.txt
+++ /dev/null
@@ -1,4 +0,0 @@
--------------------------------------------------------------------------------
-Test set: com.javatechie.spring.boot.docker.demo.SpringBootDockerApplicationTests
--------------------------------------------------------------------------------
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.05 s - in com.javatechie.spring.boot.docker.demo.SpringBootDockerApplicationTests
diff --git a/target/test-classes/com/javatechie/spring/boot/docker/demo/SpringBootDockerApplicationTests.class b/target/test-classes/com/javatechie/spring/boot/docker/demo/SpringBootDockerApplicationTests.class
deleted file mode 100644
index fb21536..0000000
Binary files a/target/test-classes/com/javatechie/spring/boot/docker/demo/SpringBootDockerApplicationTests.class and /dev/null differ