diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-03T03·34-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-03T03·35+0000 |
commit | 44dfc50e2a40e2cf753bd2435468daa2fdaef482 (patch) | |
tree | 6bd88ce32976285f8b2eebf1b1b24becb08069bd /users | |
parent | 265d40ea524c09b6a7c5593405e42b56a5dd1587 (diff) |
chore(xan): Gitignore data directory r/1184
I'm using this dir to store save files that are particularly interesting, eg bug reproductions etc. Change-Id: Id6a805d85b3ea2e1171ea3af96303f05c2468070 Reviewed-on: https://cl.tvl.fyi/c/depot/+/893 Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/xanthous/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/.gitignore b/users/glittershark/xanthous/.gitignore index bc711a24701c..74014978ffac 100644 --- a/users/glittershark/xanthous/.gitignore +++ b/users/glittershark/xanthous/.gitignore @@ -31,3 +31,4 @@ result # app-specific debug.log +data |