diff options
author | Julien Dessaux | 2024-03-24 18:32:25 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-03-24 18:32:25 +0100 |
commit | 510ad0cf55be5e844042b2847d69180649e2bc5c (patch) | |
tree | a2fa4e29f13a33348cc697d2209f7832f99c7436 /.gitattributes | |
parent | Add 1 git-crypt collaborator (diff) | |
download | ods-510ad0cf55be5e844042b2847d69180649e2bc5c.tar.gz ods-510ad0cf55be5e844042b2847d69180649e2bc5c.tar.bz2 ods-510ad0cf55be5e844042b2847d69180649e2bc5c.zip |
chore(dictionary): go mod init and initial dictionary
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cdd9a1c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +ods.txt filter=git-crypt diff=git-crypt |