From b88cf4801b7a9a11c426b0c194c69c1ca8d4e5a1 Mon Sep 17 00:00:00 2001 From: Hc Wang <0x4863@gmail.com> Date: Sat, 9 Mar 2019 10:53:24 +0800 Subject: [PATCH] Modified the gitignore file to support development with IntelliJ IDEA. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4463d9..af5efaf 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,10 @@ bin # eclipse's files .settings .classpath -.project \ No newline at end of file +.project + +# IntelliJ project files +.idea +*.iml +out +gen