Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
carton/.dockerignore
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (25 sloc)
547 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Swift Package Manager | |
# | |
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. | |
# Packages/ | |
# Package.pins | |
# Package.resolved | |
*.xcodeproj | |
# | |
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata | |
# hence it is not needed unless you have added a package configuration file to your project | |
.swiftpm | |
.build/ | |
# Node.js | |
node_modules | |
Tests/**/node_modules | |
# carton | |
static | |
static.zip | |
.git | |
Tests/**/Bundle | |
Tests/**/.build | |
# macOS | |
.DS_Store | |
# Homebrew | |
*.bottle.tar.gz |