diff options
author | Keong Lim <keong.lim@huawei.com> | 2019-03-05 11:35:12 +1100 |
---|---|---|
committer | Keong Lim <keong.lim@huawei.com> | 2019-03-05 11:36:07 +1100 |
commit | 627f5cc182c27e4b3f7ff6e3daef9ad747c2ab40 (patch) | |
tree | ab3d79c73297eedfc820daaca646cb5df1846506 | |
parent | 27bcf86da3ba3a68c209db411292ea090fd8df52 (diff) |
AAI-2210 Add .gitignore to aai/event-client
Ignore target sub-directories created by maven and other commonly-seen
files
Change-Id: Icada65dff149d7a1e6f027c606341c31545adda0
Issue-ID: AAI-2210
Signed-off-by: Keong Lim <keong.lim@huawei.com>
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2194235 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.settings +.project +**/target/ +target/ +**/logs/ +**/debug-logs/ +/.pydevproject +/bin/ +**/.idea/ +*/.idea +*.iml +.idea/ |