diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-07-18 16:41:40 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-07-18 16:48:31 +0800 |
commit | 0b1df79ef7749d62b4412e5433538d32feb6850c (patch) | |
tree | 4b68ed1b77fe537f4f57775d97d8429f006d7fc5 /.gitignore | |
parent | 56c8610f708a4f6a20cb86428a88d917289fb651 (diff) |
Initialize the UI code
Change-Id: I5c234cd9bb0865876e3ccd948530552166f33bd0
Issue-ID: HOLMES-111
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..281a117 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# 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/ +dependency-reduced-pom.xml + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml
\ No newline at end of file |