fix: make .gitignore more restrictive

This commit is contained in:
TopchetoEU 2023-12-22 10:46:30 +02:00
parent caf9131cde
commit d3571d6ee2
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4

24
.gitignore vendored
View File

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