Add gitignore

This commit is contained in:
SinuS von SifriduS 2024-02-17 22:20:47 +01:00
parent f7393d1455
commit 3eda530415

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
/.gradle/
/.idea/
/.settings/
/.classpath
/.project
/bin/
/build/
/dbs/*
!/dbs/.gitkeep
/logs/*
!/logs/.gitkeep
/locks/*
!/locks/.gitkeep