mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
31 lines
321 B
Plaintext
31 lines
321 B
Plaintext
# Intellij files
|
|
|
|
.idea/*
|
|
!.idea/copyright
|
|
!.idea/scopes
|
|
|
|
# Mac OS files
|
|
|
|
.DS_Store
|
|
|
|
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# Package Files #
|
|
*.jar
|
|
!gradle-wrapper.jar
|
|
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|