diff options
| author | nasr <nsrddyn@gmail.com> | 2025-12-30 21:03:53 +0100 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2025-12-30 21:03:53 +0100 |
| commit | 0accaf86b059f8917103d425004f5378c590b061 (patch) | |
| tree | 0d56a93ac48187db09161c1fd633adcdffd48326 /.idea/.gitignore | |
| parent | f792e1ba251b2d0e8bb692d449350b0d0a55cc07 (diff) | |
feature: window with 2 squares
Diffstat (limited to '.idea/.gitignore')
| -rw-r--r-- | .idea/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..ab1f416 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ |
