diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-02 23:54:15 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-02 23:54:15 +0200 |
commit | 39eac64b58fb2b1a25ed016bb9637e0bf3c01a11 (patch) | |
tree | 4fca914e01ed6dec7bc322f5f2e97814ed8dda4a /.gitignore | |
download | fs-tracer-frontend-39eac64b58fb2b1a25ed016bb9637e0bf3c01a11.tar.gz fs-tracer-frontend-39eac64b58fb2b1a25ed016bb9637e0bf3c01a11.tar.bz2 fs-tracer-frontend-39eac64b58fb2b1a25ed016bb9637e0bf3c01a11.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7634795 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# 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/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +.direnv/ |