diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 20:09:08 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 20:09:08 -0500 |
| commit | fa6f3d619e6051d508d9f40c601f77f9b05e1784 (patch) | |
| tree | 271bbceea5ebfb9face8ba8f02457f51044361f2 /paste-ui/.gitignore | |
| parent | 1d63eabf1fca2d9e2477055e1be67e6f6c9b4b1b (diff) | |
| download | paste-fa6f3d619e6051d508d9f40c601f77f9b05e1784.tar.gz paste-fa6f3d619e6051d508d9f40c601f77f9b05e1784.tar.xz | |
Remove react UI
Diffstat (limited to 'paste-ui/.gitignore')
| -rw-r--r-- | paste-ui/.gitignore | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/paste-ui/.gitignore b/paste-ui/.gitignore deleted file mode 100644 index 4d29575..0000000 --- a/paste-ui/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# production -/build - -# misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* |
