Skip to content

Instantly share code, notes, and snippets.

@embassem
Created March 18, 2020 16:00
Show Gist options
  • Save embassem/b3eb762e62b23a50959285a5ad65ebc7 to your computer and use it in GitHub Desktop.
Save embassem/b3eb762e62b23a50959285a5ad65ebc7 to your computer and use it in GitHub Desktop.
Carthage.gitignore
#this will ignore Buld Forder and include all *.frameworks that was build
# add Build to repo to down the build time
# Carthage/Build/
Carthage/Checkouts
Carthage/*
!Carthage/Build/
Carthage/Build/*
!Carthage/Build/iOS/
Carthage/Build/iOS/*
!Carthage/Build/iOS/*.framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment