Browse Source

Merge pull request #784 from ShaneMcC/master

Ignore iml files from idea
pull/785/head
Shane Mc Cormack 7 years ago
parent
commit
e074306708
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .gitignore

+ 2
- 1
.gitignore View File

@@ -11,4 +11,5 @@
11 11
 **/build
12 12
 **/src/*/generated
13 13
 **/src/*/generated_tests
14
-
14
+bundles/*.iml
15
+bundles/*/*.iml

Loading…
Cancel
Save