Update .gitignore file to contain full .idea dir

This commit is contained in:
bitscuit 2021-03-06 15:13:58 +01:00
parent 5a8d00ce6b
commit ddd770e38c
4 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -123,6 +123,7 @@ hs_err_pid*
/.idea/workspace.xml /.idea/workspace.xml
/.idea/navEditor.xml /.idea/navEditor.xml
/.idea/assetWizardSettings.xml /.idea/assetWizardSettings.xml
.idea/
.DS_Store .DS_Store
/build /build
/captures /captures

6
.idea/compiler.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="1.8" />
</component>
</project>

View File

@ -0,0 +1,6 @@
<component name="CopyrightManager">
<copyright>
<option name="notice" value="Copyright (C) &lt;year&gt; &lt;name of author&gt;&#10;&#10;This program is free software: you can redistribute it and/or modify it under&#10;the terms of the GNU General Public License as published by the Free Software&#10;Foundation, either version 3 of the License, or (at your option) any later&#10;version.&#10;&#10;This program is distributed in the hope that it will be useful, but WITHOUT&#10;ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS&#10;FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.&#10;&#10;You should have received a copy of the GNU General Public License along with&#10;this program. If not, see &lt;https://www.gnu.org/licenses/&gt;." />
<option name="myName" value="GLP v3 or later" />
</copyright>
</component>

View File

@ -0,0 +1,3 @@
<component name="CopyrightManager">
<settings default="GLP v3 or later" />
</component>