mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 12:09:45 +00:00
0dc401883f
Removed dict_* files from .gitignore Added dict_de.xml Added dict_project.xml
28 lines
513 B
Plaintext
28 lines
513 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 |