Skip to content

Instantly share code, notes, and snippets.

@robertoallende
Created November 24, 2023 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertoallende/2d14267fa1214dd02e50814631ced4ef to your computer and use it in GitHub Desktop.
Save robertoallende/2d14267fa1214dd02e50814631ced4ef to your computer and use it in GitHub Desktop.
GitIgnore for KMM Projects
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.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*
replay_pid*
# IntelliJ IDEA files
*.iml
.idea
# Gradle files
.gradle
# Local properties file
local.properties
# macOS files
.DS_Store
# Android Studio files
captures
.externalNativeBuild
.cxx
xcuserdata
# Xcode project files
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsetting
**/build/
!src/**/build/
# CocoaPods
Pods/
# Java KeyStore files
*.jks
# Yarn lock file
*yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment