about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-02 23:54:15 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-02 23:54:15 +0200
commit39eac64b58fb2b1a25ed016bb9637e0bf3c01a11 (patch)
tree4fca914e01ed6dec7bc322f5f2e97814ed8dda4a /.gitignore
downloadfs-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--.gitignore26
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/