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 !/src
/out !/src/**/*
/build
/bin !/tests
/dst !/tests/**/*
/*.js
!/build.js !/.github
/dead-code !/.github/**/*
/Metadata.java
!/.gitignore
!/build.js
!/LICENSE
!/README.md