diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9ae56e703..000000000 Binary files a/.DS_Store and /dev/null differ 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