From 27fe2b766efdedb873be8fe54b8cba39a559a7f9 Mon Sep 17 00:00:00 2001 From: Niels Basjes Date: Thu, 11 Jan 2024 18:12:35 +0100 Subject: [PATCH] Fix invalid comments Signed-off-by: Niels Basjes --- Dart.gitignore | 8 +++++--- Global/Metals.gitignore | 4 ++-- Global/Vim.gitignore | 3 ++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 3a83c2f0..3150b406 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -16,9 +16,11 @@ doc/api/ # Avoid committing generated Javascript files: *.dart.js -*.info.json # Produced by the --dump-info flag. -*.js # When generated by dart2js. Don't specify *.js if your - # project includes source files written in JavaScript. +# Produced by the --dump-info flag. +*.info.json +# When generated by dart2js. Don't specify *.js if your +# project includes source files written in JavaScript. +*.js *.js_ *.js.deps *.js.map diff --git a/Global/Metals.gitignore b/Global/Metals.gitignore index 516e7e33..fb3e0977 100644 --- a/Global/Metals.gitignore +++ b/Global/Metals.gitignore @@ -1,5 +1,5 @@ - # Generated Metals (Scala Language Server) files - # Reference: https://scalameta.org/metals/ +# Generated Metals (Scala Language Server) files +# Reference: https://scalameta.org/metals/ .metals/ .bloop/ project/metals.sbt diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 19fa6326..cb8a0499 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,6 +1,7 @@ # Swap [._]*.s[a-v][a-z] -!*.svg # comment out if you don't need vector files +# comment out the next line if you don't need vector files +!*.svg [._]*.sw[a-p] [._]s[a-rt-v][a-z] [._]ss[a-gi-z]