aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index a646602..4296eb6 100644
--- a/README.md
+++ b/README.md
@@ -545,8 +545,17 @@ do not put `.chr` files in the same directory as code or at the root of your
project.
Moreover, some tools like [NEXXT](https://frankengraphics.itch.io/nexxt) will
-save a `session.nss` file to your `assets` directory. Do not remove it nor ignore
-it via git, as it will help you everytime you go back to your `chr` files.
+save a `session.nss` file to your `assets` directory. Do not remove it nor
+ignore it via git, as it will help you everytime you go back to your `chr`
+files.
+
+As a cherry on top, if you want tools to be more accurate on the statistics of
+your projects, you might want to to take a look at the given
+[.gitattributes](./.gitattributes) file. This file is telling git (and related
+porcelain/tools) to consider anything under the `assets/` directory to be
+generated. This allows tools like
+[linguist](https://github.com/github-linguist/linguist) to perform more accurate
+reports.
# License