mirror of
https://github.com/felixblaschke/shelf_plus.git
synced 2025-08-03 17:43:18 +08:00
17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
# Files and directories created by pub
|
|
.dart_tool/
|
|
.packages
|
|
|
|
# Omit commiting pubspec.lock for library packages:
|
|
# https://dart.dev/guides/libraries/private-files#pubspeclock
|
|
pubspec.lock
|
|
|
|
# Conventional directory for build outputs
|
|
build/
|
|
|
|
# Directory created by dartdoc
|
|
doc/api/
|
|
|
|
# IDE
|
|
.idea/
|