From 9ea2c8bf6097378099b94e5e5d87e070a236965c Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 9 Jan 2018 18:27:48 +0100 Subject: [PATCH] Initial commit --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1999cebc --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +.DS_Store +.gradle +.idea +.classpath +.project +.settings +.yardoc +.yardopts +build +target +out +*.iml +*.ipr +*.iws +.vertx +test-output +src/scratchpad +test-results +test-tmp +*.class +*.swp +.vertx