mirror of
https://github.com/actions/toolkit.git
synced 2025-06-07 22:17:01 +09:00
prettier and add generated files to prettierignore
This commit is contained in:
parent
66ac937f2f
commit
3773ef22b1
2 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
node_modules/
|
||||
packages/*/node_modules/
|
||||
packages/*/lib/
|
||||
packages/glob/__tests__/_temp/**/
|
||||
packages/glob/__tests__/_temp/**/
|
||||
packages/*/src/generated/*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export * from "./google/protobuf/timestamp";
|
||||
export * from "./google/protobuf/wrappers";
|
||||
export * from "./results/api/v1/artifact";
|
||||
export * from "./results/api/v1/artifact.twirp";
|
||||
export * from './google/protobuf/timestamp'
|
||||
export * from './google/protobuf/wrappers'
|
||||
export * from './results/api/v1/artifact'
|
||||
export * from './results/api/v1/artifact.twirp'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue