fix invalid syntax in gitignore (#19341)

gitignore only supports line comments, not in-line comments
This commit is contained in:
Brenton Bostick 2024-08-13 03:11:30 -04:00 committed by GitHub
parent 2107e9ef8f
commit 03d8c30183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,9 @@
.dart_tool/
.packages
build/
pubspec.lock # Except for application packages
# Except for application packages
pubspec.lock
doc/api/