aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/.gitignore')
-rw-r--r--Timeline/ClientApp/.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/Timeline/ClientApp/.gitignore b/Timeline/ClientApp/.gitignore
new file mode 100644
index 00000000..e7a6cf65
--- /dev/null
+++ b/Timeline/ClientApp/.gitignore
@@ -0,0 +1,27 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+.vscode
+
+dist \ No newline at end of file