summaryrefslogtreecommitdiff
path: root/tiny-warning/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'tiny-warning/.gitignore')
-rw-r--r--tiny-warning/.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/tiny-warning/.gitignore b/tiny-warning/.gitignore
new file mode 100644
index 0000000..05bf324
--- /dev/null
+++ b/tiny-warning/.gitignore
@@ -0,0 +1,17 @@
+# editors
+.idea
+.vscode
+
+# library
+node_modules/
+
+# MacOS
+.DS_Store
+
+# generated files
+dist/
+
+# logs
+yarn-error.log
+npm-debug.log
+npm-debug.log.*