Skip to content

Commit 892d79e

Browse files
committedFeb 20, 2025·
feat: init gitcrypt
1 parent c6d602a commit 892d79e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎.env

546 Bytes
Binary file not shown.

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.env filter=git-crypt diff=git-crypt

‎.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ app.*.symbols
138138
!.vscode/settings.json
139139

140140
# Excluding generated files
141-
/pubspec.lock
141+
/.pubspec.lock
142142
*.g.dart
143143
*.freezed.dart
144144
*.graphql.dart
@@ -148,7 +148,6 @@ app.*.symbols
148148
lib/l10n/app_localizations*.dart
149149

150150
#Env setup
151-
.env
152151
*.env.dev
153152
.env.dev
154153
env.g.dart
@@ -158,3 +157,6 @@ env.g.dart
158157

159158
# FVM Version Cache
160159
.fvm/
160+
161+
162+
topwr-github-key

0 commit comments

Comments
 (0)
Please sign in to comment.