Added gitignores for IntelliJ-files

This commit is contained in:
Sibo Van Gool 2021-08-11 21:06:38 +02:00
parent 3d7fb20ae9
commit 6ea74ad6c6
3 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -52,6 +52,8 @@
.idea/dictionaries .idea/dictionaries
.idea/vcs.xml .idea/vcs.xml
.idea/jsLibraryMappings.xml .idea/jsLibraryMappings.xml
.idea/codeStyles/
.idea/runConfigurations.xml
# Sensitive or high-churn files: # Sensitive or high-churn files:
.idea/dataSources.ids .idea/dataSources.ids

6
.idea/ant.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AntConfiguration">
<buildFile url="file://$PROJECT_DIR$/build.xml" />
</component>
</project>

2
.idea/misc.xml generated
View File

@ -46,7 +46,7 @@
</profile-state> </profile-state>
</entry> </entry>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_9" default="false" project-jdk-name="11" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_10" project-jdk-name="11" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
</project> </project>