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)
commita645eac2377f835033493f9fb43b1702e9c40e8c
tree9abdc8167a3a57234b696c3c51baa1a1dc8f600c
parent88cb51e40094f7c972eb5da5c66bd50220d76695
Move .gitignore to root directory

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]