mirror of
https://github.com/svg/svgo.git
synced 2026-01-27 07:02:06 +03:00
36 lines
562 B
Plaintext
36 lines
562 B
Plaintext
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# https://github.com/github/gitignore/blob/main/Global/Vim.gitignore
|
|
[._]*.s[a-v][a-z]
|
|
!*.svg
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
Session.vim
|
|
Sessionx.vim
|
|
.netrwhist
|
|
*~
|
|
tags
|
|
[._]*.un~
|
|
|
|
# Ignore generated files for browser, CommonJS, or types
|
|
dist
|
|
types
|
|
|
|
node_modules
|
|
test/regression-fixtures
|
|
test/regression-diffs
|
|
test/cli/output
|
|
coverage
|
|
.DS_Store
|
|
.vscode
|
|
*.log
|
|
package-lock.json
|