mirror of
https://github.com/svg/svgo.git
synced 2025-04-19 10:22:15 +03:00
27 lines
423 B
Plaintext
27 lines
423 B
Plaintext
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
node_modules
|
|
dist
|
|
test/regression-fixtures
|
|
test/regression-diffs
|
|
test/cli/output
|
|
coverage
|
|
.DS_Store
|
|
.vscode
|
|
*.log
|
|
package-lock.json
|
|
|
|
# https://github.com/github/gitignore/blob/main/Global/Vim.gitignore
|
|
[._]*.s[a-v][a-z]
|
|
!*.svg # comment out if you don't need vector files
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|