security: ignore .agent, *.json, README and dev files from release archives
This commit is contained in:
@@ -7,3 +7,9 @@
|
|||||||
.git_disabled/ export-ignore
|
.git_disabled/ export-ignore
|
||||||
Tools/ export-ignore
|
Tools/ export-ignore
|
||||||
docs/ export-ignore
|
docs/ export-ignore
|
||||||
|
README.md export-ignore
|
||||||
|
CHANGELOG.md export-ignore
|
||||||
|
RELEASE_NOTES.md export-ignore
|
||||||
|
changelog.html export-ignore
|
||||||
|
.agent/ export-ignore
|
||||||
|
*.json export-ignore
|
||||||
@@ -36,3 +36,5 @@ __pycache__/
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.bak
|
*.bak
|
||||||
*.old
|
*.old
|
||||||
|
.agent/
|
||||||
|
*.json
|
||||||
|
|||||||
Reference in New Issue
Block a user