-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(gitignore): add .gitignore to themePropertyTables directory #397
Conversation
1fd1562
to
9cfa328
Compare
Test Execution Failed. |
This should totally work I think. However, as an alternative we could also change line 235 to be synchronous? Honestly, ether approach is fine with me.
|
Test Execution Failed. |
a5ea6ba
to
eba486a
Compare
I tried this yesterday on the IS repo. It worked fine for me locally, but continued to run into the same error on GitHub. I like keeping this (almost) empty directory around, since we know we'll always need it to exist. |
Test Execution Failed. |
eba486a
to
0ebbab1
Compare
Test Execution Passed. |
Description
Adds a
.gitignore
to thethemePropertyTables
directory to ensure that the directory always exists, but files within it continue to be ignored.The error, up until now, was that the directory did not exist by the time the runner attempted to write the files.
References
LUI-849
Testing
Will have to check to make sure that Actions no longer fail when trying to write
color.md
.Automation
N/A
Checklist