feat : new injection logic
test : some file :) chore : upgrade android gradle
This commit is contained in:
33
packages/core/.gitignore
vendored
Normal file
33
packages/core/.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Ignore build output and other generated files
|
||||
build/
|
||||
|
||||
# Dart/Pub related
|
||||
.dart_tool/
|
||||
.packages
|
||||
.pub/
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Other
|
||||
*.log
|
||||
*.swp
|
||||
*.pyc
|
||||
|
||||
# Flutter specific
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
pubspec.lock
|
||||
|
||||
# Test outputs
|
||||
test_cache/
|
||||
|
||||
Reference in New Issue
Block a user