Skip to content

Commit

Permalink
Fixing the gitignore rules for the frontend generated directories.
Browse files Browse the repository at this point in the history
We were git-ignoring `/generated/`. That works as expected when
`generated` is a directory, but not when it’s a symlink to a directory.
  • Loading branch information
Kris Jenkins authored and krisajenkins committed Nov 19, 2020
1 parent ec7e851 commit 80c58c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion marlowe-playground-client/.gitignore
@@ -1,6 +1,6 @@
/node_modules/
/output/
/generated/
/generated
/yarn-error.log
/.psci_modules/
/generated-docs/
Expand Down
2 changes: 1 addition & 1 deletion plutus-playground-client/.gitignore
@@ -1,6 +1,6 @@
/node_modules/
/output/
/generated/
/generated
/yarn-error.log
/.psci_modules/
/generated-docs/
Expand Down
2 changes: 1 addition & 1 deletion plutus-scb-client/.gitignore
@@ -1,6 +1,6 @@
/node_modules/
/output/
/generated/
/generated
/yarn-error.log
/.psci_modules/
/generated-docs/
Expand Down

0 comments on commit 80c58c1

Please sign in to comment.