diff options
Diffstat (limited to 'typescript/.gitignore')
-rw-r--r-- | typescript/.gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/typescript/.gitignore b/typescript/.gitignore new file mode 100644 index 0000000..ecec047 --- /dev/null +++ b/typescript/.gitignore @@ -0,0 +1,24 @@ +# Dependencies +/node_modules + +# Production +/build + +# Generated files +.docusaurus +.cache-loader + +# Misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +package-lock.json + +# SPDX-License-Identifier: AGPL-3.0-or-later |