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