diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-20 03:01:31 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-20 03:01:31 +0000 |
| commit | 1c481f02b92c9d0770a487511bd37cd78cd870d8 (patch) | |
| tree | f2f79529c3a5fd7d831e97c7b11e8efd6c1a9da2 /.gitignore | |
| parent | c163304f97174ff70c37da98f0b0b433b5b57780 (diff) | |
| download | gdpr-obfuscator-1c481f02b92c9d0770a487511bd37cd78cd870d8.tar.gz gdpr-obfuscator-1c481f02b92c9d0770a487511bd37cd78cd870d8.zip | |
ignore .idea folder from pycharm in .gitignore
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 |
