From 0436c028c5ba211e3ef2b5ec0bbd094c6bdb0cb5 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 14 Aug 2021 17:48:22 -0400 Subject: [PATCH] Updated language tracking --- .gitattributes | 18 ++++-------------- README.md | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/.gitattributes b/.gitattributes index da8b3db..6736cd6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1,4 @@ -docs/* linguist-documentation -src/backend/* -src/interace/static/css/* linguist-vendored -src/interface/admin.py -src/interface/apps.py -src/interface/forms.py -src/interface/models.py -src/interface/tests.py -src/interfaec/views.py -src/interface/templates/* -src/interface/templatetags/* -src/interace/static/js/pyshelf_ux.js -src/frontend/urs.py -src/frontend/settings.py +* linguist-vendored +*.py linguist-vendored=false +*.js linguist-vendored=false +*.html linguist-vendored=false diff --git a/README.md b/README.md index 3ba1840..b0f8bf6 100755 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Follow or influence development @

# New Features * Administration System - +* PDF Support ## 0.6.0 Patch Notes.