mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
prettier and add generated files to prettierignore
This commit is contained in:
@@ -2,3 +2,4 @@ node_modules/
|
||||
packages/*/node_modules/
|
||||
packages/*/lib/
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user