mirror of
https://github.com/foss42/apidash.git
synced 2025-06-20 05:51:58 +08:00
Update .gitignore
This commit is contained in:
34
packages/postman/.gitignore
vendored
34
packages/postman/.gitignore
vendored
@ -1,7 +1,31 @@
|
|||||||
# https://dart.dev/guides/libraries/private-files
|
# Miscellaneous
|
||||||
# Created by `dart pub`
|
*.class
|
||||||
.dart_tool/
|
*.log
|
||||||
|
*.pyc
|
||||||
|
*.swp
|
||||||
|
.DS_Store
|
||||||
|
.atom/
|
||||||
|
.buildlog/
|
||||||
|
.history
|
||||||
|
.svn/
|
||||||
|
|
||||||
# Avoid committing pubspec.lock for library packages; see
|
# IntelliJ related
|
||||||
# https://dart.dev/guides/libraries/private-files#pubspeclock.
|
*.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
|
pubspec.lock
|
||||||
|
**/doc/api/
|
||||||
|
.dart_tool/
|
||||||
|
.packages
|
||||||
|
build/
|
||||||
|
**/golden/**/failures/
|
||||||
|
coverage/
|
||||||
|
Reference in New Issue
Block a user