Compare commits

..

No commits in common. "6c6d518851bd3c95b8b70d9ccbd5a32b667b278d" and "6215bc04cca9360bce349f6c88d76ef0732def09" have entirely different histories.

2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -39,5 +39,4 @@ bin/
.vscode/ .vscode/
### Mac OS ### ### Mac OS ###
.DS_Store .DS_Store
.idea/.name

View File

@ -1,5 +1,5 @@
plugins { plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0" id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
} }
rootProject.name = "Backend_API_DSU" rootProject.name = "Backend_API"