forked from furaiev/amazon-cognito-identity-dart-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
33 lines (27 loc) · 723 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# See https://www.dartlang.org/guides/libraries/private-files
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/
ios/Flutter/Generated.xcconfig
ios/Runner/GeneratedPluginRegistrant.h
ios/Runner/GeneratedPluginRegistrant.m
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
# Files and directories created by IDE
.vscode
.idea
cognito-dart.code-workspace
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
# Ignore private tests
test/_*_test.dart
example/test
# Ignore coverage results
coverage/
# Ignore OS logs/store
.DS_Store
example/lib/secrets.dart
example/.flutter-plugins-dependencies