diff options
author | Minteck <contact@minteck.org> | 2022-05-30 10:01:09 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-05-30 10:01:09 +0200 |
commit | e0b4c4e963afe23525b146883f70b6cb879c2297 (patch) | |
tree | 9d03521a721fd08e18a0ebf939870e51a6d56826 /.idea/.gitignore | |
parent | 1808fbb453a560952387e3add763b64eed1a03ab (diff) | |
download | vaportrail-statuspoller-e0b4c4e963afe23525b146883f70b6cb879c2297.tar.gz vaportrail-statuspoller-e0b4c4e963afe23525b146883f70b6cb879c2297.tar.bz2 vaportrail-statuspoller-e0b4c4e963afe23525b146883f70b6cb879c2297.zip |
Improve performance (especially for Windows Server)
Diffstat (limited to '.idea/.gitignore')
-rw-r--r-- | .idea/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ |