diff options
author | Alessio Biancalana <dottorblaster@gmail.com> | 2020-12-19 18:56:47 +0100 |
---|---|---|
committer | Alessio Biancalana <dottorblaster@gmail.com> | 2021-01-03 12:42:44 +0100 |
commit | 0eff137e218bbd711d74267a322d70334f549990 (patch) | |
tree | 61cbd7a9146b26243aef3c1f73a600053fc03e69 | |
parent | 7f2feb062a204f080b004ccb166b50333fb78864 (diff) | |
download | couchdb-0eff137e218bbd711d74267a322d70334f549990.tar.gz |
Add to credo ignores and gitignore new file_system dependency
-rw-r--r-- | .credo.exs | 1 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.credo.exs b/.credo.exs index 64d281e5e..ba4bf1409 100644 --- a/.credo.exs +++ b/.credo.exs @@ -30,6 +30,7 @@ ~r"/src/jason", ~r"/src/hackney", ~r"/src/httpotion", + ~r"/src/file_system", ~r"/src/credo", ~r"/src/idna", ~r"/src/junit_formatter", diff --git a/.gitignore b/.gitignore index 4bc87ecd3..de31279ff 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,7 @@ src/ssl_verify_fun/ src/thrift_protocol/ src/triq/ src/unicode_util_compat/ +src/file_system/ tmp/ src/couch/*.o |