NNikola Irinchevgitignore release folder
b3c41c3f创建于 2024年3月18日历史提交
# Ingore build file
.dart_tool/

# Dart packages and Flutter plugins should not commit these files
pubspec.lock
.packages
.flutter-plugins
.flutter-plugins-dependencies
build/
release/

# melos
.idea/
pubspec_overrides.yaml
melos**.iml

# test
test-results.json
coverage/

# docs
doc/api/

# custom lint
custom_lint.log