From 94f0257da4ada7adcbbf362381a07f52e9463894 Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Thu, 14 Sep 2017 15:01:07 +0800 Subject: Including Holmes into the UUI Project Change the project structure to include Holmes while compiling Change the base url from /holmes/ to /usecase-ui/holmes/ Change the name of i18n files Change-Id: I5580fc979757120bae1dbcf380ee4a4bf87ff349 Issue-ID: HOLMES-50 Signed-off-by: Guangrong Fu --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d3557889 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Ignore Mac temp files +.DS_Store + +# Ignore Vim temporary files +.*.sw? + +# Ignore changes to the JJB Configuration File +jenkins.ini + +# We don't want .netrc files since they're credential files +.netrc + +# Maven +target/ + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project +/.pydevproject + +# Python +.tox/ +__pycache__/ +*.pyc + +# node +node/ +node_modules/ +foo/ +holmes/ -- cgit 1.2.3-korg