diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -9,6 +9,9 @@ grasp-audit/target | |||
| 9 | work/* | 9 | work/* |
| 10 | !work/README.md | 10 | !work/README.md |
| 11 | 11 | ||
| 12 | # Test runs (production sync testing data and logs) | ||
| 13 | tmp/ | ||
| 14 | |||
| 12 | # Environment and data | 15 | # Environment and data |
| 13 | .env | 16 | .env |
| 14 | data/ | 17 | data/ |