Skip to content

Commit 111c0c4

Browse files
committed
update git ignore
1 parent b7fe839 commit 111c0c4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.dart_tool/package_config.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@
205205
"packageUri": "lib/",
206206
"languageVersion": "2.18"
207207
},
208+
{
209+
"name": "hashlib",
210+
"rootUri": "file:///home/alaa/.pub-cache/hosted/pub.dev/hashlib-1.16.0",
211+
"packageUri": "lib/",
212+
"languageVersion": "2.14"
213+
},
208214
{
209215
"name": "hashlib_codecs",
210216
"rootUri": "file:///home/alaa/.pub-cache/hosted/pub.dev/hashlib_codecs-2.2.0",
@@ -656,7 +662,8 @@
656662
"languageVersion": "3.2"
657663
}
658664
],
659-
"generated": "2024-04-18T09:13:15.973441Z",
665+
"generated": "2024-06-02T07:11:15.513019Z",
660666
"generator": "pub",
661-
"generatorVersion": "3.3.3"
667+
"generatorVersion": "3.4.0",
668+
"pubCache": "file:///home/alaa/.pub-cache"
662669
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ coverage/
44
.dart_tool/
55
*.iml
66
.idea/
7+
package_config.json

pubspec.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,14 @@ packages:
273273
url: "https://pub.dev"
274274
source: hosted
275275
version: "2.3.1"
276+
hashlib:
277+
dependency: transitive
278+
description:
279+
name: hashlib
280+
sha256: "67e640e19cc33070113acab3125cd48ebe480a0300e15554dec089b8878a729f"
281+
url: "https://pub.dev"
282+
source: hosted
283+
version: "1.16.0"
276284
hashlib_codecs:
277285
dependency: transitive
278286
description:

0 commit comments

Comments
 (0)