mirror of
https://github.com/badvision/jace.git
synced 2024-11-27 19:49:32 +00:00
Ignore tmp files and IDE hint to prefer Java 1.8
This commit is contained in:
parent
90d13dfde0
commit
3678f294df
3
.gitignore
vendored
3
.gitignore
vendored
@ -18,4 +18,5 @@ hs_err_pid*
|
||||
/.gitignore
|
||||
/inputFiles.lst
|
||||
*.DS_Store
|
||||
!/lib/nestedvm.jar
|
||||
!/lib/nestedvm.jar
|
||||
_acme_tmp*
|
||||
|
@ -14,5 +14,6 @@ That way multiple projects can share the same settings (useful for formatting ru
|
||||
Any value defined here will override the pom.xml file value but is only applicable to the current project.
|
||||
-->
|
||||
<org-netbeans-modules-html-editor-lib.default-html-public-id>HTML5</org-netbeans-modules-html-editor-lib.default-html-public-id>
|
||||
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
|
||||
</properties>
|
||||
</project-shared-configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user