diff options
Diffstat (limited to 'src/main/webui/.gitignore')
| -rw-r--r-- | src/main/webui/.gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/main/webui/.gitignore b/src/main/webui/.gitignore new file mode 100644 index 0000000..fff28ba --- /dev/null +++ b/src/main/webui/.gitignore @@ -0,0 +1,35 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# yarn +.yarn/* +!.yarn/cache +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions + +# flowbite +.flowbite-react/class-list.json + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* |
