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

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