Move .gitignore to root directory
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 23 Apr 2024 17:22:25 +0000 (20:22 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 23 Apr 2024 17:22:25 +0000 (20:22 +0300)
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.

.gitignore [new file with mode: 0644]
.idea/.gitignore [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..66448ba
--- /dev/null
@@ -0,0 +1,3 @@
+/.idea/
+/.gradle/
+
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644 (file)
index a55f335..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
-
-/.idea/
-/.gradle/
-