fix: some config files cleanup

This commit is contained in:
TopchetoEU 2023-12-24 14:31:33 +02:00
parent 90da2db1fb
commit 82a09e8865
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4
2 changed files with 4 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* -text

3
.gitignore vendored
View File

@ -3,6 +3,8 @@
!/src !/src
!/src/**/* !/src/**/*
/src/assets/js/ts.js
!/tests !/tests
!/tests/**/* !/tests/**/*
@ -10,6 +12,7 @@
!/.github/**/* !/.github/**/*
!/.gitignore !/.gitignore
!/.gitattributes
!/build.js !/build.js
!/LICENSE !/LICENSE
!/README.md !/README.md