mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 03:59:51 +00:00
a9846744fe
Updating JavaFX inside Maven to 17.0.2 to fix JDK-8275723. This is only relevant for development on a Mac with an M1 processor.
30 lines
530 B
Plaintext
30 lines
530 B
Plaintext
*.class
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# Eclipse Settings Files #
|
|
.settings
|
|
.project
|
|
.classpath
|
|
|
|
# Maven #
|
|
target/
|
|
pom.xml.versionsBackup
|
|
|
|
# IntelliJ Settings Files (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems) #
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/shelf
|
|
.idea/dictionaries/**
|
|
!.idea/dictionaries/dict_*
|
|
.idea/compiler.xml
|
|
.idea/encodings.xml
|
|
.idea/jarRepositories.xml
|
|
.idea/uiDesigner.xml
|
|
.idea/**/libraries/
|
|
*.iml
|
|
|
|
hs_err_pid*.log |