summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-10-14 22:28:50 -0700
committerFuwn <[email protected]>2023-10-14 22:28:50 -0700
commit0f2f11d3c7128eb4a674bb5a48cbd9b02d79ac38 (patch)
tree5cf9bb8eea2ccdcfd4ce54882cc099c97dad4f68
parentstyle(html): format (diff)
downloadbadges-0f2f11d3c7128eb4a674bb5a48cbd9b02d79ac38.tar.xz
badges-0f2f11d3c7128eb4a674bb5a48cbd9b02d79ac38.zip
chore(git): remove code directory
-rw-r--r--.gitignore2
-rw-r--r--.vscode/settings.json11
2 files changed, 2 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..56f1c98
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+# Visual Studio Code
+.vscode \ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 8e1430b..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "files.exclude": {
- "**/.git": true,
- "**/.svn": true,
- "**/.hg": true,
- "**/CVS": true,
- "**/.DS_Store": true,
- "**/Thumbs.db": true
- },
- "hide-files.files": []
-} \ No newline at end of file