Browse Source

Add installers to VCS roots

pull/43/head
Greg Holmes 9 years ago
parent
commit
77d1a57b14
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .idea/vcs.xml

+ 2
- 2
.idea/vcs.xml View File

@@ -4,9 +4,9 @@
4 4
     <mapping directory="" vcs="" />
5 5
     <mapping directory="$PROJECT_DIR$" vcs="Git" />
6 6
     <mapping directory="$PROJECT_DIR$/client" vcs="Git" />
7
+    <mapping directory="$PROJECT_DIR$/installers" vcs="Git" />
7 8
     <mapping directory="$PROJECT_DIR$/parser" vcs="Git" />
8 9
     <mapping directory="$PROJECT_DIR$/plugins" vcs="Git" />
9 10
     <mapping directory="$PROJECT_DIR$/util" vcs="Git" />
10 11
   </component>
11
-</project>
12
-
12
+</project>

Loading…
Cancel
Save