The JSON5 syntax was not used for anything that JSON cannot express. The only comment-looking entry was already a `description` field, which renovate evaluates itself and which therefore survives the conversion. Plain JSON is the better default here, because it needs no dedicated parser in editors and tooling. The converted configuration was verified against the JSON5 parser to be structurally identical to its predecessor. Co-authored-by: Copilot <copilot@github.com>
42 lines
592 B
Plaintext
42 lines
592 B
Plaintext
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.gitmodules
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
.vscode/
|
|
node_modules/
|
|
.npmrc
|
|
package.json
|
|
package-lock.json
|
|
.gitea/
|
|
Makefile
|
|
.markdownlintignore
|
|
.markdownlint.yaml
|
|
.drone.yml
|
|
CONTRIBUTING.md
|
|
unittests/
|
|
.editorconfig
|
|
.prettierignore
|
|
.yamllint
|
|
CODEOWNERS
|
|
renovate.json
|
|
.commitlintrc.json
|
|
.gitsv/
|