diff options
author | Andinus <andinus@nand.sh> | 2021-09-05 16:36:25 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-09-05 16:36:25 +0530 |
commit | e4fd875702b7be18cfc3eccdb10fb21a065ae5e1 (patch) | |
tree | 23e9daf9f8c601bda9853f16016dc128c3589b49 /.gitignore | |
parent | 2f65d04253b50737f2313be5ee88b662c9cde19e (diff) | |
download | exercism-e4fd875702b7be18cfc3eccdb10fb21a065ae5e1.tar.gz |
Add ignores for Clojure
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3d13864..31c2502 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,14 @@ tests.out + .exercism + .pytest_cache __pycache__ + .precomp + node_modules package-lock.json + +.lein-failures +target |