Darklaf - A themeable swing Look and Feel based on Darcula-Laf
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

62 lines
484 B

# SVN
.svn
repo/
# VIM locks
*.swp
# LibreOffice locks
.~lock.*#
*.tmp
# Word temporary
~$*.doc*
#
# # Excel temporary
~$*.xls*
#
# # Excel Backup File
*.xlk
# intelliJ
.idea/
/out/
/buildSrc/out/
/*/out/
*.iml
# VS Code
.vscode/
# maven
target/
# gradle
/.gradle/
/build/
/buildSrc/.gradle/
/*/build/
# Python
venv/
# Mac
.DS_Store
# Windows
Thumbs.db
/.recommenders/
/key.gpg
# Project
/bin/
/buildSrc/bin/
/*/bin/
*.dylib
*.dll
# Eclipse
.classpath
.project
.settings