diff --git a/src/main/kotlin/gomushin/backend/auth/application/.gitkeep b/src/main/kotlin/gomushin/backend/auth/application/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/kotlin/gomushin/backend/auth/domain/entity/.gitkeep b/src/main/kotlin/gomushin/backend/auth/domain/entity/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/kotlin/gomushin/backend/auth/domain/repository/.gitkeep b/src/main/kotlin/gomushin/backend/auth/domain/repository/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/kotlin/gomushin/backend/auth/domain/service/.gitkeep b/src/main/kotlin/gomushin/backend/auth/domain/service/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/kotlin/gomushin/backend/auth/domain/value/.gitkeep b/src/main/kotlin/gomushin/backend/auth/domain/value/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/kotlin/gomushin/backend/auth/infrastructure/.gitkeep b/src/main/kotlin/gomushin/backend/auth/infrastructure/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/kotlin/gomushin/backend/auth/presentation/.gitkeep b/src/main/kotlin/gomushin/backend/auth/presentation/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/kotlin/gomushin/backend/auth/presentation/ApiPath.kt b/src/main/kotlin/gomushin/backend/auth/presentation/ApiPath.kt new file mode 100644 index 0000000..dcc9b8f --- /dev/null +++ b/src/main/kotlin/gomushin/backend/auth/presentation/ApiPath.kt @@ -0,0 +1,4 @@ +package gomushin.backend.auth.presentation + +object ApiPath { +} diff --git a/src/main/kotlin/gomushin/backend/auth/presentation/request/.gitkeep b/src/main/kotlin/gomushin/backend/auth/presentation/request/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/kotlin/gomushin/backend/auth/presentation/response/.gitkeep b/src/main/kotlin/gomushin/backend/auth/presentation/response/.gitkeep new file mode 100644 index 0000000..e69de29