This commit is contained in:
Niels Basjes 2024-01-11 18:22:07 +01:00 committed by GitHub
commit f33b48527d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -16,9 +16,11 @@ doc/api/
# Avoid committing generated Javascript files: # Avoid committing generated Javascript files:
*.dart.js *.dart.js
*.info.json # Produced by the --dump-info flag. # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your *.info.json
# project includes source files written in JavaScript. # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js
*.js_ *.js_
*.js.deps *.js.deps
*.js.map *.js.map

View File

@ -1,5 +1,5 @@
# Generated Metals (Scala Language Server) files # Generated Metals (Scala Language Server) files
# Reference: https://scalameta.org/metals/ # Reference: https://scalameta.org/metals/
.metals/ .metals/
.bloop/ .bloop/
project/metals.sbt project/metals.sbt

View File

@ -1,6 +1,7 @@
# Swap # Swap
[._]*.s[a-v][a-z] [._]*.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] [._]*.sw[a-p]
[._]s[a-rt-v][a-z] [._]s[a-rt-v][a-z]
[._]ss[a-gi-z] [._]ss[a-gi-z]