TF-2100 Create email_recovery module

(cherry picked from commit 8b0b1134bce607ead2683fb8df51285b376660fd)
This commit is contained in:
hieubt
2023-12-10 21:36:26 +07:00
committed by Dat H. Pham
parent ef93aab8bf
commit 409ce0b880
6 changed files with 713 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
#/pubspec.lock
**/doc/api/
.dart_tool/
.packages
build/
#generated file
*.g.dart
*.mocks.dart