From 1275e4a87fda84dc9009575079ab14fc87e62f24 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Tue, 4 Jun 2019 20:19:10 +0800 Subject: [PATCH] updated gitignore --- .gitignore | 1 + .idea/misc.xml | 13 --------- decode-service.iml | 72 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 13 deletions(-) delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index 8c313d8..446514d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ hs_err_pid* .idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf +.idea/misc.xml # Generated files .idea/**/contentModel.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index a99e9b7..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/decode-service.iml b/decode-service.iml index d37a374..ab7c2ef 100644 --- a/decode-service.iml +++ b/decode-service.iml @@ -102,5 +102,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file