2023-01-19 13:45:32 +00:00
|
|
|
# Patterns to ignore when building packages
|
|
|
|
|
2020-08-23 17:56:55 +00:00
|
|
|
# This supports shell glob matching, relative path matching, and
|
2023-01-19 13:45:32 +00:00
|
|
|
|
|
|
|
# negation (prefixed with !). Only one pattern per line
|
|
|
|
|
2020-08-23 17:56:55 +00:00
|
|
|
.DS_Store
|
2023-01-19 13:45:32 +00:00
|
|
|
|
2020-08-23 17:56:55 +00:00
|
|
|
# Common VCS dirs
|
2023-01-19 13:45:32 +00:00
|
|
|
|
|
|
|
.Git/
|
2020-08-23 17:56:55 +00:00
|
|
|
.gitignore
|
|
|
|
.bzr/
|
|
|
|
.bzrignore
|
|
|
|
.hg/
|
|
|
|
.hgignore
|
|
|
|
.svn/
|
2023-01-19 13:45:32 +00:00
|
|
|
|
2020-08-23 17:56:55 +00:00
|
|
|
# Common backup files
|
2023-01-19 13:45:32 +00:00
|
|
|
|
2020-08-23 17:56:55 +00:00
|
|
|
*.swp
|
|
|
|
*.bak
|
|
|
|
*.tmp
|
|
|
|
*~
|
2023-01-19 13:45:32 +00:00
|
|
|
|
2020-08-23 17:56:55 +00:00
|
|
|
# Various IDEs
|
2023-01-19 13:45:32 +00:00
|
|
|
|
2020-08-23 17:56:55 +00:00
|
|
|
.project
|
|
|
|
.idea/
|
|
|
|
*.tmproj
|
|
|
|
.vscode/
|
2022-06-12 19:35:24 +00:00
|
|
|
node_modules/
|
|
|
|
.npmrc
|
|
|
|
package.json
|
|
|
|
package-lock.json
|
2023-01-19 13:45:32 +00:00
|
|
|
.Gitea/
|
2022-12-28 10:30:15 +00:00
|
|
|
Makefile
|
|
|
|
.markdownlintignore
|
|
|
|
.markdownlint.yaml
|
|
|
|
.drone.yml
|
2023-01-03 16:16:46 +00:00
|
|
|
CONTRIBUTING.md
|
2023-01-19 13:45:32 +00:00
|
|
|
unittests/
|
2023-01-03 16:16:46 +00:00
|
|
|
.woodpecker/
|
2023-01-03 19:21:11 +00:00
|
|
|
tmp/
|
2023-01-19 13:45:32 +00:00
|
|
|
artifacthub-repo.yml
|