From 1f9f6ebfbac274e621a2e660c4a50c6e6704fa22 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Wed, 4 Oct 2023 10:28:36 +0200 Subject: [PATCH] chore(*): minor cleanup --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 10 ++++------ .vscode/launch.json | 7 ------- 3 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 .DS_Store delete mode 100644 .vscode/launch.json diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9ae56e7039725bb90c7e5bbd67616c86abc74028..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~O$x$5422WzLU7Zi%h`AUZ!n0SpcioA4??LR=z5OsOC|_b*CO%)$(v**lzxj& zBOFOi6$Q z{)~V&n{KnlOU2##_Ig&|Mb*{?4)x;*FFyfD>?&Ts-LRi*0nMSMDk?Dk2sj1?68I{C E2N-Y?vj6}9 diff --git a/.gitignore b/.gitignore index 80b2fc161..24f4eddd8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,13 +24,11 @@ _testmain.go *.test *.prof +# Apple cruft +.DS_Store + # for this repo only deck dist/ docs/cli-docs/ -.idea/deck.iml -.idea/misc.xml -.gitignore -.idea/vcs.xml -.gitignore -.idea/modules.xml +.idea/ diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 5c7247b40..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [] -} \ No newline at end of file