mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Fix invalid comments
Signed-off-by: Niels Basjes <niels@basjes.nl>
This commit is contained in:
parent
4488915eec
commit
27fe2b766e
3 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue