From 66172d16ea331da0075cba40d2a245cf07c2de89 Mon Sep 17 00:00:00 2001 From: Ty Eggen Date: Thu, 4 Jan 2024 01:26:29 +0000 Subject: [PATCH] chore: updated .gitignore file for positive matching --- .gitignore | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index ba6b1a6..8a323a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,20 @@ -# PyCharm -.idea -api.key -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class -# C extensions -*.so -# Jupyter Notebook -.ipynb_checkpoints \ No newline at end of file +* + +!.gitignore + +!.github/ +!.github/workflows/ +!.github/workflows/main.yml +!.github/workflows/test_and_lint.yml +!libs/ +!libs/crypto_helper.py +!libs/discourse_helper.py + +!Dockerfile +!README.md + +!functional_test.py + +!raffle.py + +!requirements.txt