diff --git a/l2jserver2-common/data/.gitignore b/l2jserver2-common/data/.gitignore new file mode 100644 index 000000000..14d86ad62 --- /dev/null +++ b/l2jserver2-common/data/.gitignore @@ -0,0 +1 @@ +/cache diff --git a/l2jserver2-common/src/test/resources/test-config.xml b/l2jserver2-common/src/test/resources/test-config.xml new file mode 100644 index 000000000..8c4b68fd6 --- /dev/null +++ b/l2jserver2-common/src/test/resources/test-config.xml @@ -0,0 +1,9 @@ + + + + test + 256 + + \ No newline at end of file diff --git a/l2jserver2-gameserver/data/.gitignore b/l2jserver2-gameserver/data/.gitignore index 3303592d0..b8e4eb61d 100644 --- a/l2jserver2-gameserver/data/.gitignore +++ b/l2jserver2-gameserver/data/.gitignore @@ -1,3 +1,4 @@ /cache /pathing.db /database.h2.db +/database