From 80bd8bee57630134b5f2c8b72ec2979f07ea1c42 Mon Sep 17 00:00:00 2001 From: WangNianyi2001 Date: Sat, 28 Jul 2018 23:10:27 +0800 Subject: [PATCH] Add support for Visual Studio Code, Visual Studio & JetBrain --- .gitignore | 14 ++++++++++++++ README.md | 15 +++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/.gitignore b/.gitignore index 9e9a0ec..99361fb 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,17 @@ Icon !wrapper/*.jar !**/wrapper/*.jar +# JetBrain +.idea + +# Visual Studio +.vs +*.sln +*.*proj* +*.*config* +*Debug +*Release +*packages + +# VS Code +.vscode \ No newline at end of file diff --git a/README.md b/README.md index c28a024..4944e66 100644 --- a/README.md +++ b/README.md @@ -136,3 +136,18 @@ ## hack for graddle wrapper !wrapper/*.jar !**/wrapper/*.jar + + # JetBrain + .idea + + # Visual Studio + .vs + *.sln + *.*proj* + *.*config* + *Debug + *Release + *packages + + # VS Code + .vscode