From aa00e7f210e4d4637efeaae6f3699c767ddbd72b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 07:20:56 +1100 Subject: [PATCH] Add an IDEA template to cover all related IDEs --- Global/IDEA.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Global/IDEA.gitignore diff --git a/Global/IDEA.gitignore b/Global/IDEA.gitignore new file mode 100644 index 00000000..47dc3447 --- /dev/null +++ b/Global/IDEA.gitignore @@ -0,0 +1,15 @@ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode + +## Directory-based project format +.idea/ +# if you remove the above rule, at least ignore user-specific stuff: +# .idea/workspace.xml +# .idea/dataSources.ids +# .idea/dataSources.xml +# .idea/sqlDataSources.xml +# .idea/dynamic.xml + +## File-based project format +*.ipr +*.iws +*.iml