Browse Source

ignore settings

windhamdavid 3 months ago
parent
commit
fb54a0a870
2 changed files with 13 additions and 0 deletions
  1. 7 0
      .gitignore
  2. 6 0
      .vscode/settings.json

+ 7 - 0
.gitignore

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

+ 6 - 0
.vscode/settings.json

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