๐Ÿ“ฆ fredsa / gwt-voices

๐Ÿ“„ gwt-voices.sublime-project ยท 34 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34{
  "folders":
  [
    {
      "follow_symlinks": true,
      "path": ".",
      "folder_exclude_patterns": [
          "Voices",
          "VoicesCrowd"
        ]
    },
    {
      "follow_symlinks": true,
      "path": "Voices",
      "folder_exclude_patterns": [
          "build",
          "gwt-unitCache",
          "war/demo",
          "war/test",
          "war/WEB-INF/classes",
          "war/WEB-INF/deploy"
        ]
    },
    {
      "follow_symlinks": true,
      "path": "VoicesCrowd",
      "folder_exclude_patterns": [
          "build",
          "gwt-unitCache"
        ]
    }
  ]
}