diff options
author | Matias Linares <matias.linares@comprandoengrupo.net> | 2025-02-25 17:05:51 -0300 |
---|---|---|
committer | Matias Linares <matias.linares@comprandoengrupo.net> | 2025-02-27 11:57:57 -0300 |
commit | 265a1db778542623e42f1b35857579c25160df88 (patch) | |
tree | 8696da64c52d8b15b21c3a442b9fc8c4747134aa /.gitignore | |
parent | c5f854946a40b1ec278dfa999b3aaba9109dfc42 (diff) | |
download | kodereviewer-265a1db778542623e42f1b35857579c25160df88.tar.gz |
Add reviewer dialog and begin new diff views
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ *.json qmltypes -tests/ +mytests/ +tmp/ # Byte-compiled / optimized / DLL files __pycache__/ @@ -163,4 +164,4 @@ 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/
\ No newline at end of file +#.idea/ |