diff options
author | Noah <mounderfod@gmail.com> | 2022-07-12 08:42:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 08:42:34 +0000 |
commit | 8ee52e6a348ad6ee32728c8070cc4dbb2a5caa2c (patch) | |
tree | ab78f656472d559967e24ecbba37a191898e4582 /.gitignore | |
parent | 3c61b5814f2f7636e269624c72e876d48a8f4eef (diff) | |
download | discobra-8ee52e6a348ad6ee32728c8070cc4dbb2a5caa2c.tar.gz |
chore: Add special /tests folder to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aafa034..d59ac0b 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,6 @@ dmypy.json # Pyre type checker .pyre/ + +# Testing the API before pushing changes +tests/ \ No newline at end of file |