diff --git a/.gitignore b/.gitignore index d782ecbdc..c0eb8078d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,11 @@ dist/ lib/ kiota-linux-x64/ kiota_tool/ -*.log \ No newline at end of file +*.log + +# Editor and IDE files +.idea/ +*.sublime-* +*.swp + +``` \ No newline at end of file