fix: make .gitignore more restrictive
This commit is contained in:
parent
caf9131cde
commit
d3571d6ee2
26
.gitignore
vendored
26
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user