diff options
author | Mavlon <82092080+mavlushechka@users.noreply.github.com> | 2021-09-16 23:30:24 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 23:30:24 +0500 |
commit | 516f88a55a2fbc89d039ceba060bb58b0c85a5a4 (patch) | |
tree | 67dbbf695068139ac6cfc3d7a144c4ac7990cd37 | |
parent | 6f130959c9610c4200cdb5acb5ebea73cf354e8a (diff) |
Added forward slashes at the end of folder names
-rwxr-xr-x | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ -.gradle -.idea -build -out +.gradle/ +.idea/ +build/ +out/ src/main/resources/app.properties log -log.lck
\ No newline at end of file +log.lck |