From 229ea195bcf8e799abeea67348b52d924b2cb4fe Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 19 Feb 2016 14:28:50 +0100 Subject: [PATCH] WildFly branch created with initial scripts, but it doesn't load my libs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .gitattributes | 2 ++ .gitignore | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b1fab4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +/nbproject/private/ +/nbproject/*~ +/manifest.mf +/build/ +/dist/ +/data/* +/*/*/.~lock* +/*.properties +/*-ejb/nbproject/private/ +/*-ejb/nbproject/*~ +/*-ejb/build/ +/*-ejb/dist/ -- 2.39.5