From 4efd379ddf3a9291574766e974246889d9ed28cd Mon Sep 17 00:00:00 2001 From: Johannes Nydahl Date: Wed, 27 Nov 2024 14:41:31 +0100 Subject: [PATCH 1/2] fix gitignore inline comments --- .gitignore | 7 +++++-- workspace/.gitignore | 9 ++++++--- workspace/w10_snake/.gitignore | 9 ++++++--- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 6d97a804..9b1ea1d3 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,10 @@ about/**/.vscode **/target # Editor swap files -*.swp # vim -*~ # emacs + +## vim +*.swp +##emacs +*~ **/.idea diff --git a/workspace/.gitignore b/workspace/.gitignore index 17e0cc0e..3883653c 100644 --- a/workspace/.gitignore +++ b/workspace/.gitignore @@ -1,8 +1,11 @@ # Editor files -**/.vscode # vs code -*.swp # vim -*~ # emacs +## VSCode +**/.vscode +## VIM +*.swp +##Emacs +*~ # Java / Scala diff --git a/workspace/w10_snake/.gitignore b/workspace/w10_snake/.gitignore index 17e0cc0e..df4b662d 100644 --- a/workspace/w10_snake/.gitignore +++ b/workspace/w10_snake/.gitignore @@ -1,8 +1,11 @@ # Editor files -**/.vscode # vs code -*.swp # vim -*~ # emacs +##VSCode +**/.vscode +##vim +*.swp +##emacs +*~ # Java / Scala From a8e0c292796ba2c2af80e475daab951f515b24ee Mon Sep 17 00:00:00 2001 From: Johannes Nydahl Date: Wed, 27 Nov 2024 16:33:32 +0100 Subject: [PATCH 2/2] refactor inconsistent comments in gitignore --- .gitignore | 5 ++--- workspace/.gitignore | 8 +++----- workspace/w10_snake/.gitignore | 8 +++----- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 9b1ea1d3..b8a18447 100644 --- a/.gitignore +++ b/.gitignore @@ -40,10 +40,9 @@ about/**/.vscode **/target # Editor swap files - -## vim +## Vim *.swp -##emacs +## Emacs *~ **/.idea diff --git a/workspace/.gitignore b/workspace/.gitignore index 3883653c..918ae25a 100644 --- a/workspace/.gitignore +++ b/workspace/.gitignore @@ -1,14 +1,12 @@ # Editor files - -## VSCode +## VS Code **/.vscode -## VIM +## Vim *.swp -##Emacs +## Emacs *~ # Java / Scala - **/*.class **/.bloop **/.metals diff --git a/workspace/w10_snake/.gitignore b/workspace/w10_snake/.gitignore index df4b662d..918ae25a 100644 --- a/workspace/w10_snake/.gitignore +++ b/workspace/w10_snake/.gitignore @@ -1,14 +1,12 @@ # Editor files - -##VSCode +## VS Code **/.vscode -##vim +## Vim *.swp -##emacs +## Emacs *~ # Java / Scala - **/*.class **/.bloop **/.metals