From 48cf30f6e02efe52efedde5e520a5629ca136366 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Thu, 16 Sep 2021 16:28:46 +0200 Subject: [PATCH] chore update .gitignore --- .gitignore | 3 +- .idea/deno.xml | 6 - .idea/dictionaries | 6 - .idea/hello-server.iml | 8 - .idea/inspectionProfiles/Project_Default.xml | 25 -- .../inspectionProfiles/profiles_settings.xml | 6 - .idea/misc.xml | 4 - .idea/modules.xml | 8 - .idea/prettier.xml | 7 - .idea/vcs.xml | 6 - .idea/watcherTasks.xml | 25 -- .idea/workspace.xml | 130 -------- .vscode/configurationCache.log | 1 - .vscode/dryrun.log | 5 - .vscode/targets.log | 290 ------------------ Makefile | 1 + 16 files changed, 3 insertions(+), 528 deletions(-) delete mode 100644 .idea/deno.xml delete mode 100644 .idea/dictionaries delete mode 100644 .idea/hello-server.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/prettier.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/watcherTasks.xml delete mode 100644 .idea/workspace.xml delete mode 100644 .vscode/configurationCache.log delete mode 100644 .vscode/dryrun.log delete mode 100644 .vscode/targets.log diff --git a/.gitignore b/.gitignore index 9f26340..f879655 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ Network Trash Folder Temporary Items .apdisk -.coverage \ No newline at end of file +.coverage +.idea/ \ No newline at end of file diff --git a/.idea/deno.xml b/.idea/deno.xml deleted file mode 100644 index b03feb5..0000000 --- a/.idea/deno.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/dictionaries b/.idea/dictionaries deleted file mode 100644 index 5261c27..0000000 --- a/.idea/dictionaries +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/hello-server.iml b/.idea/hello-server.iml deleted file mode 100644 index d0876a7..0000000 --- a/.idea/hello-server.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 3d27f1f..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d56657a..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 0bb3ed2..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/prettier.xml b/.idea/prettier.xml deleted file mode 100644 index 727b8b5..0000000 --- a/.idea/prettier.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index c53bf7f..0000000 --- a/.idea/watcherTasks.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 1f8031c..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - test - - - - - - - - - - - - - - - 1629302841743 - - - - - - - - - \ No newline at end of file diff --git a/.vscode/configurationCache.log b/.vscode/configurationCache.log deleted file mode 100644 index df66325..0000000 --- a/.vscode/configurationCache.log +++ /dev/null @@ -1 +0,0 @@ -{"buildTargets":["cli","lint","run","tests"],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}} \ No newline at end of file diff --git a/.vscode/dryrun.log b/.vscode/dryrun.log deleted file mode 100644 index a447ce1..0000000 --- a/.vscode/dryrun.log +++ /dev/null @@ -1,5 +0,0 @@ -make -f "/Users/ruidy/Dev/_Perso/deno/hello-server/Makefile" --dry-run --always-make --keep-going --print-directory -make: Entering directory `/Users/ruidy/Dev/_Perso/deno/hello-server' -deno run cli.ts -make: Leaving directory `/Users/ruidy/Dev/_Perso/deno/hello-server' - diff --git a/.vscode/targets.log b/.vscode/targets.log deleted file mode 100644 index c20db93..0000000 --- a/.vscode/targets.log +++ /dev/null @@ -1,290 +0,0 @@ -make all -f "/Users/ruidy/Dev/_Perso/deno/hello-server/Makefile" --print-data-base --no-builtin-variables --no-builtin-rules --question -# GNU Make 3.81 -# Copyright (C) 2006 Free Software Foundation, Inc. -# This is free software; see the source for copying conditions. -# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -# This program built for i386-apple-darwin11.3.0 - -# Make data base, printed on Sun Jun 27 15:52:43 2021 - -# Variables - -# automatic -