Module support #11

Merged
TopchetoEU merged 20 commits from TopchetoEU/modules into master 2023-12-26 12:20:55 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 82a09e8865 - Show all commits

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