Browse Source

init 🔥

windhamdavid 5 months ago
commit
52c98f19bf
2 changed files with 14 additions and 0 deletions
  1. 8 0
      .gitignore
  2. 6 0
      .vscode/settings.json

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+/node_modules
+/_log
+*.log
+.DS_Store
+
+/img
+/docs
+/css/fonts/*

+ 6 - 0
.vscode/settings.json

@@ -0,0 +1,6 @@
+{
+  "files.exclude": {
+    "**/node_modules": true
+  },
+  "cSpell.enabled": false
+}