From: Svjatoslav Agejenko Date: Tue, 23 Apr 2024 17:22:25 +0000 (+0300) Subject: Move .gitignore to root directory X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=commitdiff_plain;h=a645eac2377f835033493f9fb43b1702e9c40e8c;p=alyverkko.git 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. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66448ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.idea/ +/.gradle/ + diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index a55f335..0000000 --- a/.idea/.gitignore +++ /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/ -