snag/snag.json

23 lines
314 B
JSON

{
"git": "/tmp/testgit",
"project": "/tmp/test",
"email": "user@site.domain",
"author": "snag",
"presnag": [
"echo $(which ls)",
"pwd"
],
"postsnag": [
"/usr/bin/ls"
],
"rules": {
"tracking": [
"/etc/*.conf"
],
"ignore": [
"/usr/exit/.gitignore",
"/usr/exit/dd",
"/file1"
]
}
}