The .gitignore file was previously located in the .idea directory. It has now been moved to the root directory, with some irrelevant or project-specific files removed. Now this file is accessible and its exclusions apply on the entire project.
--- /dev/null
+/.idea/
+/.gradle/
+
+++ /dev/null
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
-
-/.idea/
-/.gradle/
-