Module support #11

Merged
TopchetoEU merged 20 commits from TopchetoEU/modules into master 2023-12-26 12:20:55 +00:00
Showing only changes of commit d3571d6ee2 - Show all commits

26
.gitignore vendored
View File

@ -1,11 +1,15 @@
.vscode
.gradle
.ignore
/out
/build
/bin
/dst
/*.js
!/build.js
/dead-code
/Metadata.java
*
!/src
!/src/**/*
!/tests
!/tests/**/*
!/.github
!/.github/**/*
!/.gitignore
!/build.js
!/LICENSE
!/README.md