forked from loafle/openapi-generator-original
fix(dart-dio): update gitignore according to the guide dart guide (#4734)
Signed-off-by: Minsu Lee <amond@amond.net>
This commit is contained in:
parent
7e75cea6f1
commit
6ed2b0de57
@ -1,6 +1,7 @@
|
||||
# See https://www.dartlang.org/tools/private-files.html
|
||||
# See https://dart.dev/guides/libraries/private-files
|
||||
|
||||
# Files and directories created by pub
|
||||
.dart_tool/
|
||||
.buildlog
|
||||
.packages
|
||||
.project
|
||||
@ -25,3 +26,12 @@ doc/api/
|
||||
# Don't commit pubspec lock file
|
||||
# (Library packages only! Remove pattern if developing an application package)
|
||||
pubspec.lock
|
||||
|
||||
# Don’t commit files and directories created by other development environments.
|
||||
# For example, if your development environment creates any of the following files,
|
||||
# consider putting them in a global ignore file:
|
||||
*.iml // IntelliJ
|
||||
*.ipr // IntelliJ
|
||||
*.iws // IntelliJ
|
||||
.idea/ // IntelliJ
|
||||
.DS_Store // Mac
|
||||
|
12
samples/client/petstore/dart-dio/.gitignore
vendored
12
samples/client/petstore/dart-dio/.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
# See https://www.dartlang.org/tools/private-files.html
|
||||
# See https://dart.dev/guides/libraries/private-files
|
||||
|
||||
# Files and directories created by pub
|
||||
.dart_tool/
|
||||
.buildlog
|
||||
.packages
|
||||
.project
|
||||
@ -25,3 +26,12 @@ doc/api/
|
||||
# Don't commit pubspec lock file
|
||||
# (Library packages only! Remove pattern if developing an application package)
|
||||
pubspec.lock
|
||||
|
||||
# Don’t commit files and directories created by other development environments.
|
||||
# For example, if your development environment creates any of the following files,
|
||||
# consider putting them in a global ignore file:
|
||||
*.iml // IntelliJ
|
||||
*.ipr // IntelliJ
|
||||
*.iws // IntelliJ
|
||||
.idea/ // IntelliJ
|
||||
.DS_Store // Mac
|
||||
|
Loading…
x
Reference in New Issue
Block a user