diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-11 12:07:34 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-11 12:07:34 +0000 |
| commit | 021ba0c3ff87bdd1629e9374ea742e27b78e19bd (patch) | |
| tree | fdb223588084be37a9f459b5da9c7d01d8f5ffb3 | |
| parent | 420d0d28329d9234ab1b99b25db7ba3289bd27b8 (diff) | |
| download | gdpr-obfuscator-021ba0c3ff87bdd1629e9374ea742e27b78e19bd.tar.gz gdpr-obfuscator-021ba0c3ff87bdd1629e9374ea742e27b78e19bd.zip | |
update .gitignore to ignore Pipfile.lock
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ ipython_config.py # However, in case of collaboration, if having platform-specific dependencies or dependencies # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. -#Pipfile.lock +Pipfile.lock # UV # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. |
