diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-12 23:57:28 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-12 23:57:28 +0100 |
commit | 506c747da2d959fe2912bcaff426ca738f7f2ac2 (patch) | |
tree | 517b24f858127d090b9b1494c0eece099803f15e | |
parent | e6e74321b7dd62364172155e59b9c08454307f90 (diff) |
add yarn-error.log to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ database/*.sqlext !next.config.js *.d.ts node_modules/ +yarn-error.log # eslint .eslintcache |