2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-29 22:34:26 +00:00

Merge pull request #16 from SchrodingersGat/master

Added gitattributes file
This commit is contained in:
Oliver
2017-03-30 08:38:24 +11:00
committed by GitHub
2 changed files with 11 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
* text=auto
*.py text
*.md text
*.html text
*.txt text
+1
View File
@@ -32,4 +32,5 @@ class PartCategorySerializer(serializers.ModelSerializer):
fields = ('pk',
'name',
'description',
'parent',
'path')