From 409ce2607d4641ecb673b86a4e17e723d5a5fd0d Mon Sep 17 00:00:00 2001 From: agrawalgaurav Date: Mon, 11 May 2020 16:55:29 +0530 Subject: [PATCH] Adding gitignore list Change-Id: I70412f6c033ff1c0e6f143c328bcee36c8b789b6 --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b8c49e --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +#####standard .git ignore entries##### + +## IDE Specific Files ## +org.eclipse.core.resources.prefs +.classpath +.project +.settings +.idea +.externalToolBuilders +maven-eclipse.xml +workspace +.checkstyle + +## Compilation Files ## +*.class +**/target +target +target-ide +MANIFEST.MF \ No newline at end of file -- 2.16.6