diff options
-rw-r--r-- | .gitignore | 23 | ||||
-rw-r--r-- | cloud/config.xml | 6 |
2 files changed, 23 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b92bd629 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,23 @@ | |||
1 | /.idea/ | ||
2 | Web.config | ||
3 | images/panels/Thumbs.db | ||
4 | images/treeControl/Thumbs.db | ||
5 | |||
6 | *.LCK | ||
7 | |||
8 | .DS_Store | ||
9 | .project | ||
10 | |||
11 | _scss/compass_app_log.txt | ||
12 | _scss/.sass-cache | ||
13 | |||
14 | js/panels/Color/colorpanelpopup.reel/.sass-cache/2fbca323ccf38cf180e7675ba0d8d3e07adeffea/ColorPanelPopup.scssc | ||
15 | js/panels/Color/colorpanelpopup.reel/compass_app_log.txt | ||
16 | js/panels/Color/colorpanelbase.reel/compass_app_log.txt | ||
17 | js/components/gradientpicker.reel/compass_app_log.txt | ||
18 | js/components/gradientpicker.reel/.sass-cache/3d6d49ee7966e719662bb17d28aaf66930753817/gradientpicker.scssc | ||
19 | js/components/gradientpicker.reel/.sass-cache/6f8390f69a31f1a976968b9c18d0824d78460db2/ColorPanelPopup.scssc | ||
20 | |||
21 | cloud/ | ||
22 | |||
23 | /.idea/scopes/scope_settings.xml \ No newline at end of file | ||
diff --git a/cloud/config.xml b/cloud/config.xml deleted file mode 100644 index 4660d647..00000000 --- a/cloud/config.xml +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!-- COPY TO 'MainApp/cloud' and set your own URLs --> | ||
3 | <services> | ||
4 | <file><![CDATA[http://file.services.ninja.motorola.com/]]></file> | ||
5 | <directory><![CDATA[http://directory.services.ninja.motorola.com/]]></directory> | ||
6 | </services> | ||