about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2022-07-12 08:42:34 +0000
committerGitHub <noreply@github.com>2022-07-12 08:42:34 +0000
commit8ee52e6a348ad6ee32728c8070cc4dbb2a5caa2c (patch)
treeab78f656472d559967e24ecbba37a191898e4582
parent3c61b5814f2f7636e269624c72e876d48a8f4eef (diff)
downloaddiscobra-8ee52e6a348ad6ee32728c8070cc4dbb2a5caa2c.tar.gz
chore: Add special /tests folder to .gitignore
-rw-r--r--.gitignore3
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