configure IntelliJ project settings and add .gitignore for IDE and Gradle

This commit is contained in:
2025-10-16 01:07:28 +02:00
parent 794dc1dbb1
commit 8f6950f9af
15 changed files with 300 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="UnqualifiedFieldAccess" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="UnqualifiedMethodAccess" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>