add .gitattributes

This commit is contained in:
Alexander
2018-11-11 01:25:51 -06:00
parent 8c2a1ccfa6
commit f035d5ff2a
2 changed files with 24 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
htmlFiles/* linguist-vendored
+23 -6
View File
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="7bbe5005-15ef-4d5e-b36b-58084d0f70eb" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
</list>
<list default="true" id="7bbe5005-15ef-4d5e-b36b-58084d0f70eb" name="Default Changelist" comment="" />
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -20,6 +18,7 @@
</usages-collector>
<usages-collector id="statistics.file.extensions.open">
<counts>
<entry key="gitattributes" value="1" />
<entry key="gitignore" value="1" />
<entry key="html" value="6" />
<entry key="json" value="5" />
@@ -30,13 +29,14 @@
<counts>
<entry key="HTML" value="6" />
<entry key="JSON" value="5" />
<entry key="PLAIN_TEXT" value="1" />
<entry key="PLAIN_TEXT" value="2" />
<entry key="Python" value="6" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.extensions.edit">
<counts>
<entry key="dummy" value="11" />
<entry key="gitattributes" value="9" />
<entry key="gitignore" value="45" />
<entry key="html" value="31" />
<entry key="json" value="28" />
@@ -47,7 +47,7 @@
<counts>
<entry key="HTML" value="31" />
<entry key="JSON" value="28" />
<entry key="PLAIN_TEXT" value="56" />
<entry key="PLAIN_TEXT" value="65" />
<entry key="Python" value="2132" />
</counts>
</usages-collector>
@@ -56,7 +56,7 @@
</component>
<component name="FileEditorManager">
<leaf>
<file pinned="false" current-in-tab="true">
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/main.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="260">
@@ -70,6 +70,15 @@
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/.gitattributes">
<provider selected="true" editor-type-id="text-editor">
<state>
<caret column="9" selection-start-column="9" selection-end-column="9" />
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/config.json">
<provider selected="true" editor-type-id="text-editor">
@@ -149,6 +158,7 @@
<option value="$PROJECT_DIR$/test.py" />
<option value="$PROJECT_DIR$/.gitignore" />
<option value="$PROJECT_DIR$/main.py" />
<option value="$PROJECT_DIR$/.gitattributes" />
</list>
</option>
</component>
@@ -2187,5 +2197,12 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/.gitattributes">
<provider selected="true" editor-type-id="text-editor">
<state>
<caret column="9" selection-start-column="9" selection-end-column="9" />
</state>
</provider>
</entry>
</component>
</project>