Skip to content

Commit c7bb2e5

Browse files
authored
Added local.properties to gitignore (#38)
1 parent 9b0f160 commit c7bb2e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,7 @@ gradle-app.setting
131131
/output
132132

133133
# Dotenv configuration file
134-
.env
134+
.env
135+
136+
# Local properties file
137+
/local.properties

0 commit comments

Comments
 (0)