diff options
author | William Carroll <wpcarro@gmail.com> | 2023-01-20T23·30-0800 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-01-20T23·33+0000 |
commit | 7f37cfb184780748ba9c07b483635699ba0a0af2 (patch) | |
tree | 325958fec550fc7cc5c812d4bce90450bffb8270 /users/wpcarro/slx.js/.gitignore | |
parent | 6945601ef3c064d4a3bc6a921452fff56d45f055 (diff) |
test(wpcarro/slx): Add (basic) tests r/5717
Tests with React? ...wat? Change-Id: I95ccd08bb6e66e9d74a63a596b5f844f9dab0361 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7884 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/slx.js/.gitignore')
-rw-r--r-- | users/wpcarro/slx.js/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/wpcarro/slx.js/.gitignore b/users/wpcarro/slx.js/.gitignore new file mode 100644 index 000000000000..d60e5798c108 --- /dev/null +++ b/users/wpcarro/slx.js/.gitignore @@ -0,0 +1,3 @@ +/.parcel-cache +/dist +/node_modules \ No newline at end of file |