Commit f4c555e6df38b552ae07259f83f2286bc776e213
0 parents
Exists in
master
and in
2 other branches
init.
Showing
7 changed files
with
109 additions
and
0 deletions
Show diff stats
1 | +++ a/.idea/ImageR.iml | |
... | ... | @@ -0,0 +1,8 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<module type="PYTHON_MODULE" version="4"> | |
3 | + <component name="NewModuleRootManager"> | |
4 | + <content url="file://$MODULE_DIR$" /> | |
5 | + <orderEntry type="jdk" jdkName="Python 2.7.6 virtualenv at ~/.virtualenvs/env0" jdkType="Python SDK" /> | |
6 | + <orderEntry type="sourceFolder" forTests="false" /> | |
7 | + </component> | |
8 | +</module> | |
0 | 9 | \ No newline at end of file | ... | ... |
1 | +++ a/.idea/misc.xml | |
... | ... | @@ -0,0 +1,27 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="DaemonCodeAnalyzer"> | |
4 | + <disable_hints /> | |
5 | + </component> | |
6 | + <component name="DependencyValidationManager"> | |
7 | + <option name="SKIP_IMPORT_STATEMENTS" value="false" /> | |
8 | + </component> | |
9 | + <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" /> | |
10 | + <component name="ProjectLevelVcsManager" settingsEditedManually="false"> | |
11 | + <OptionsSetting value="true" id="Add" /> | |
12 | + <OptionsSetting value="true" id="Remove" /> | |
13 | + <OptionsSetting value="true" id="Checkout" /> | |
14 | + <OptionsSetting value="true" id="Update" /> | |
15 | + <OptionsSetting value="true" id="Status" /> | |
16 | + <OptionsSetting value="true" id="Edit" /> | |
17 | + <ConfirmationsSetting value="0" id="Add" /> | |
18 | + <ConfirmationsSetting value="0" id="Remove" /> | |
19 | + </component> | |
20 | + <component name="ProjectModuleManager"> | |
21 | + <modules /> | |
22 | + </component> | |
23 | + <component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7.6 (/usr/bin/python2.7)" project-jdk-type="Python SDK" /> | |
24 | + <component name="RunManager"> | |
25 | + <list size="0" /> | |
26 | + </component> | |
27 | +</project> | |
0 | 28 | \ No newline at end of file | ... | ... |
1 | +++ a/.idea/modules.xml | |
... | ... | @@ -0,0 +1,8 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="ProjectModuleManager"> | |
4 | + <modules> | |
5 | + <module fileurl="file://$PROJECT_DIR$/.idea/ImageR.iml" filepath="$PROJECT_DIR$/.idea/ImageR.iml" /> | |
6 | + </modules> | |
7 | + </component> | |
8 | +</project> | |
0 | 9 | \ No newline at end of file | ... | ... |
1 | +++ a/.idea/workspace.xml | |
... | ... | @@ -0,0 +1,51 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="ChangeListManager"> | |
4 | + <option name="TRACKING_ENABLED" value="true" /> | |
5 | + <option name="SHOW_DIALOG" value="false" /> | |
6 | + <option name="HIGHLIGHT_CONFLICTS" value="true" /> | |
7 | + <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | |
8 | + <option name="LAST_RESOLUTION" value="IGNORE" /> | |
9 | + </component> | |
10 | + <component name="ChangesViewManager" flattened_view="true" show_ignored="false" /> | |
11 | + <component name="CreatePatchCommitExecutor"> | |
12 | + <option name="PATCH_PATH" value="" /> | |
13 | + </component> | |
14 | + <component name="DaemonCodeAnalyzer"> | |
15 | + <disable_hints /> | |
16 | + </component> | |
17 | + <component name="ProjectLevelVcsManager" settingsEditedManually="false"> | |
18 | + <OptionsSetting value="true" id="Add" /> | |
19 | + <OptionsSetting value="true" id="Remove" /> | |
20 | + <OptionsSetting value="true" id="Checkout" /> | |
21 | + <OptionsSetting value="true" id="Update" /> | |
22 | + <OptionsSetting value="true" id="Status" /> | |
23 | + <OptionsSetting value="true" id="Edit" /> | |
24 | + <ConfirmationsSetting value="0" id="Add" /> | |
25 | + <ConfirmationsSetting value="0" id="Remove" /> | |
26 | + </component> | |
27 | + <component name="RunManager"> | |
28 | + <list size="0" /> | |
29 | + </component> | |
30 | + <component name="ShelveChangesManager" show_recycled="false" /> | |
31 | + <component name="TaskManager"> | |
32 | + <task active="true" id="Default" summary="Default task"> | |
33 | + <created>1425541040516</created> | |
34 | + <option name="number" value="Default" /> | |
35 | + <updated>1425541040516</updated> | |
36 | + </task> | |
37 | + <servers /> | |
38 | + </component> | |
39 | + <component name="VcsContentAnnotationSettings"> | |
40 | + <option name="myLimit" value="2678400000" /> | |
41 | + </component> | |
42 | + <component name="VcsManagerConfiguration"> | |
43 | + <option name="myTodoPanelSettings"> | |
44 | + <TodoPanelSettings /> | |
45 | + </option> | |
46 | + </component> | |
47 | + <component name="XDebuggerManager"> | |
48 | + <breakpoint-manager /> | |
49 | + <watches-manager /> | |
50 | + </component> | |
51 | +</project> | |
0 | 52 | \ No newline at end of file | ... | ... |