mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-04-18 12:09:45 +08:00
prettier and add generated files to prettierignore
This commit is contained in:
parent
66ac937f2f
commit
3773ef22b1
@ -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…
x
Reference in New Issue
Block a user