mirror of
https://github.com/github/gitignore.git
synced 2025-02-19 12:44:53 +08:00
Fix invalid comments
Signed-off-by: Niels Basjes <niels@basjes.nl>
This commit is contained in:
parent
4488915eec
commit
27fe2b766e
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user