From 8781040614bfc68f00bc2385d1e70b5252499f14 Mon Sep 17 00:00:00 2001 From: Alex Volkov Date: Sun, 28 Aug 2022 17:17:22 -0600 Subject: [PATCH] Added gitignore --- .gitignore | 3 ++- .idea/.gitignore | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore diff --git a/.gitignore b/.gitignore index 8b37a24..99ec428 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -__pycache__/webui_playground.cpython-310.pyc +*.pyc +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..9c6244e --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,11 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml + +*.pyc +.idea