From 1110684b051751d06e340aead7ea170e9a9be8ac Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 31 Aug 2017 14:10:38 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e08c4139..0a739210 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,25 @@ -#* -.#* *~ -_site +#* +*# +.#* +.classpath +.project +.settings/ +.springBeans +target/ +_site/ .idea +*.iml +*.swp +.factorypath +*.logtjmeter +.checkstyle +*.log +.DS_Store +/spring-cloud-sleuth-core/nb-configuration.xml +/spring-cloud-sleuth-core/nbactions.xml *.sw[op] .project -.classpath -.settings/ -target/ sample-pages +.class +classes \ No newline at end of file