2020-08-23 17:56:55 +00:00
|
|
|
# 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
|
|
|
|
|
.bzr/
|
|
|
|
|
.bzrignore
|
|
|
|
|
.hg/
|
|
|
|
|
.hgignore
|
|
|
|
|
.svn/
|
|
|
|
|
# Common backup files
|
|
|
|
|
*.swp
|
|
|
|
|
*.bak
|
|
|
|
|
*.tmp
|
|
|
|
|
*~
|
|
|
|
|
# Various IDEs
|
|
|
|
|
.project
|
|
|
|
|
.idea/
|
|
|
|
|
*.tmproj
|
|
|
|
|
.vscode/
|
2022-06-13 03:35:24 +08:00
|
|
|
node_modules/
|
|
|
|
|
.npmrc
|
|
|
|
|
package.json
|
|
|
|
|
package-lock.json
|
|
|
|
|
.gitea/
|
2022-12-28 18:30:15 +08:00
|
|
|
Makefile
|
|
|
|
|
.markdownlintignore
|
|
|
|
|
.markdownlint.yaml
|
|
|
|
|
.drone.yml
|
2023-01-18 00:58:10 +08:00
|
|
|
CONTRIBUTING.md
|
|
|
|
|
unittests/
|