diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e183d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/.gradle/ +/.idea/ +/.settings/ +/.classpath +/.project +/bin/ +/build/ +/dbs/* +!/dbs/.gitkeep +/logs/* +!/logs/.gitkeep +/locks/* +!/locks/.gitkeep \ No newline at end of file