diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-11 23:42:35 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-12 02:20:50 +0200 |
commit | 8b5b3dd00cc16c351670a25933f4b37a604abaf8 (patch) | |
tree | aa5b32286ed880440c697e3b7cb251d74ad30029 /client/.gitignore |
Diffstat (limited to 'client/.gitignore')
-rw-r--r-- | client/.gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..7cc02db --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,23 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? |