mirror of
https://github.com/cashapp/zipline.git
synced 2026-03-13 10:23:19 +08:00
Zig's build system allows us to trivially cross-compile to different platforms and architectures than the host.
38 lines
457 B
Plaintext
38 lines
457 B
Plaintext
# IntelliJ IDEA
|
|
.idea
|
|
!/.idea/copyright
|
|
*.iml
|
|
|
|
# Gradle
|
|
.gradle
|
|
build/
|
|
local.properties
|
|
reports
|
|
jacoco.exec
|
|
.externalNativeBuild
|
|
.cxx
|
|
.kotlin
|
|
|
|
# iOS
|
|
*.pbxuser
|
|
# Ignore generated Xcode projects
|
|
*.xcworkspace
|
|
xcuserdata
|
|
Pods
|
|
|
|
# Release
|
|
docs/0.x
|
|
|
|
# Testing
|
|
zipline-gradle-plugin/src/test/projects/**/gradle/wrapper
|
|
|
|
# Yarn
|
|
samples/**/yarn.lock
|
|
zipline-gradle-plugin/src/test/projects/**/yarn.lock
|
|
|
|
generated-zipline-webpack-config.js
|
|
|
|
# Zig
|
|
.zig-cache
|
|
zig-out
|