gitignore update
This commit is contained in:
parent
5eebcece80
commit
ab02566931
|
|
@ -7,7 +7,7 @@
|
|||
.idea/**/usage.statistics.xml
|
||||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
.__pycache__
|
||||
__pycache__
|
||||
.idea
|
||||
|
||||
# Generated files
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="f02472ae-5920-4b7a-abc6-0eb6f03dd03f" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
</list>
|
||||
<list default="true" id="f02472ae-5920-4b7a-abc6-0eb6f03dd03f" name="Default Changelist" comment="" />
|
||||
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -151,6 +148,9 @@
|
|||
<property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$" />
|
||||
</key>
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$/src/util" />
|
||||
<recent name="$PROJECT_DIR$/src/data" />
|
||||
|
|
@ -270,7 +270,7 @@
|
|||
<workItem from="1574877826026" duration="560000" />
|
||||
<workItem from="1574938635317" duration="14980000" />
|
||||
<workItem from="1574958501259" duration="1736000" />
|
||||
<workItem from="1574962474323" duration="505000" />
|
||||
<workItem from="1574962474323" duration="520000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="gitignore">
|
||||
<created>1574962881702</created>
|
||||
|
|
@ -279,11 +279,18 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1574962881702</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2" />
|
||||
<task id="LOCAL-00002" summary="gitignore update">
|
||||
<created>1574962986770</created>
|
||||
<option name="number" value="00002" />
|
||||
<option name="presentableId" value="LOCAL-00002" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1574962986770</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="3" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TimeTrackingManager">
|
||||
<option name="totallyTimeSpent" value="73191000" />
|
||||
<option name="totallyTimeSpent" value="73206000" />
|
||||
</component>
|
||||
<component name="ToolWindowManager">
|
||||
<frame x="0" y="28" width="1920" height="1052" extended-state="6" />
|
||||
|
|
@ -319,7 +326,8 @@
|
|||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="gitignore" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="gitignore" />
|
||||
<MESSAGE value="gitignore update" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="gitignore update" />
|
||||
</component>
|
||||
<component name="XDebuggerManager">
|
||||
<breakpoint-manager>
|
||||
|
|
|
|||
Loading…
Reference in New Issue