diff options
Diffstat (limited to '.idea/.idea.testing')
| -rw-r--r-- | .idea/.idea.testing/.idea/.gitignore | 15 | ||||
| -rw-r--r-- | .idea/.idea.testing/.idea/encodings.xml | 4 |
2 files changed, 19 insertions, 0 deletions
diff --git a/.idea/.idea.testing/.idea/.gitignore b/.idea/.idea.testing/.idea/.gitignore new file mode 100644 index 0000000..21a8d3d --- /dev/null +++ b/.idea/.idea.testing/.idea/.gitignore @@ -0,0 +1,15 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/modules.xml +/.idea.testing.iml +/projectSettingsUpdater.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.idea.testing/.idea/encodings.xml b/.idea/.idea.testing/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.testing/.idea/encodings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" /> +</project>
\ No newline at end of file |
