Skip to content

Commit

Permalink
feat: removing auto generated files from git and generating them in n…
Browse files Browse the repository at this point in the history
…pm build command
  • Loading branch information
Rob-Powell authored and bigadsoleiman committed Jan 30, 2024
1 parent ecf0234 commit 2082862
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1,639 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -447,3 +447,9 @@ bin/config.json
docs/.vitepress/cache
docs/.vitepress/dist
lib/user-interface/react-app/.graphqlconfig.yml

# Amplify auto-generated files
lib/user-interface/react-app/src/API.ts
lib/user-interface/react-app/src/graphql/mutations.ts
lib/user-interface/react-app/src/graphql/queries.ts
lib/user-interface/react-app/src/graphql/subscriptions.ts

0 comments on commit 2082862

Please sign in to comment.