fix .gitignore, actually commit test resources

This commit is contained in:
CreepyCre 2021-04-07 12:39:33 +02:00
parent 23cafa2618
commit e3ba1f0827
2 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View file

@ -31,4 +31,4 @@ logs
*.hprof
generated
.vscode
test
/test

View file

@ -0,0 +1,10 @@
{
"schemaVersion": 1,
"id": "dimdoors_test",
"version": "test",
"entrypoints": {
"dimdoors:api": [
"org.dimdev.dimdoors.api.DimensionalDoorsApiTest"
]
}
}