Browse Source

Removed old platform binaries.

Added iml files to gitignore
Removed darklaf.iml

Signed-off-by: weisj <weisj@arcor.de>
pull/36/head
weisj 5 years ago
parent
commit
8b8ce17390
  1. 1
      .gitignore
  2. BIN
      core/src/main/resources/com/github/weisj/darklaf/platform/windows/x64/jniplatform.dll
  3. BIN
      core/src/main/resources/com/github/weisj/darklaf/platform/windows/x86/jniplatform.dll
  4. 13
      darklaf.iml

1
.gitignore vendored

@ -24,6 +24,7 @@ repo/
/out/
/buildSrc/out/
/*/out/
*.iml
# VS Code
.vscode/

BIN
core/src/main/resources/com/github/weisj/darklaf/platform/windows/x64/jniplatform.dll

Binary file not shown.

BIN
core/src/main/resources/com/github/weisj/darklaf/platform/windows/x86/jniplatform.dll

Binary file not shown.

13
darklaf.iml

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="darklaf" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11" inherit-compiler-output="true">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/out" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Loading…
Cancel
Save