We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d602a commit 892d79eCopy full SHA for 892d79e
.env
546 Bytes
.gitattributes
@@ -0,0 +1 @@
1
+.env filter=git-crypt diff=git-crypt
.gitignore
@@ -138,7 +138,7 @@ app.*.symbols
138
!.vscode/settings.json
139
140
# Excluding generated files
141
-/pubspec.lock
+/.pubspec.lock
142
*.g.dart
143
*.freezed.dart
144
*.graphql.dart
@@ -148,7 +148,6 @@ app.*.symbols
148
lib/l10n/app_localizations*.dart
149
150
#Env setup
151
-.env
152
*.env.dev
153
.env.dev
154
env.g.dart
@@ -158,3 +157,6 @@ env.g.dart
158
157
159
# FVM Version Cache
160
.fvm/
+
161
162
+topwr-github-key
0 commit comments