Skip to content

Commit 46283c5

Browse files
authored
Merge pull request #18 from nkcoder/feature/email_login
[Feature]: Add email passwordless login
2 parents 22b0945 + 4f37a0a commit 46283c5

40 files changed

+1934
-30
lines changed

.githooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "🚀 Running pre-push checks..."
66

77
# Run tests
88
echo "🧪 Running tests..."
9-
./gradlew test --quiet
9+
./gradlew test --quiet --rerun-tasks
1010

1111
if [ $? -ne 0 ]; then
1212
echo "❌ Tests failed! Push aborted."

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
.gradle
2-
.idea
3-
build
4-
target
1+
.gradle/
2+
.idea/
3+
build/
4+
target/
55
.DS_Store
6-
logs
7-
!auto/build
6+
logs/
87

98
# Environment files (contain secrets)
109
.env

0 commit comments

Comments
 (0)