Skip to content

Commit

Permalink
prettier and add generated files to prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bethanyj28 committed Aug 7, 2023
1 parent 66ac937 commit 3773ef2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
packages/*/node_modules/
packages/*/lib/
packages/glob/__tests__/_temp/**/
packages/glob/__tests__/_temp/**/
packages/*/src/generated/*/
8 changes: 4 additions & 4 deletions packages/artifact/src/generated/index.ts
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 3773ef2

Please sign in to comment.