TF-836: Create module forward

This commit is contained in:
ManhNTX
2022-08-16 10:56:06 +07:00
committed by Dat H. Pham
parent 12acee9f3a
commit 14d70cc1ab
13 changed files with 404 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