diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-20 03:02:01 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-20 03:02:01 +0000 |
| commit | 4b4025e5f4ef87c6537c8ce65d9a97f10e1ac87a (patch) | |
| tree | 80ef821f88f2b89482c37307fbe4b679f684c8f4 /.gitignore | |
| parent | f12d646e3fd4a9db3f2d9058a25b29ec9757c1f6 (diff) | |
| parent | 1c481f02b92c9d0770a487511bd37cd78cd870d8 (diff) | |
| download | gdpr-obfuscator-4b4025e5f4ef87c6537c8ce65d9a97f10e1ac87a.tar.gz gdpr-obfuscator-4b4025e5f4ef87c6537c8ce65d9a97f10e1ac87a.zip | |
Merge branch 'main' into feat/__init__
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ # PyPI configuration file .pypirc |
