mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
Replace callback-based Adapter with event polling-based AdapterUniFfi This change improves reliability by eliminating callback lifetime issues.
35 lines
599 B
Plaintext
35 lines
599 B
Plaintext
# macOS cruft
|
|
.DS_Store
|
|
|
|
# Ignore .fetch files in case you like to edit your project deps locally.
|
|
/.fetch
|
|
|
|
# Also ignore archive artifacts (built via "mix archive.build").
|
|
*.ez
|
|
|
|
# If NPM crashes, it generates a log, let's ignore it too.
|
|
npm-debug.log
|
|
|
|
*.log
|
|
*.sw?
|
|
|
|
# Development environment configuration
|
|
.env
|
|
.oidc_env.json
|
|
|
|
# Built packages
|
|
/*.deb
|
|
/*.rpm
|
|
|
|
# Ignore generated credentials from google-github-actions/auth
|
|
gha-creds-*.json
|
|
|
|
# Ignore local `direnv` cache
|
|
.direnv
|
|
|
|
# Ignore personal spelling dictionary
|
|
/cspell.json
|
|
|
|
# Ignore build data for sourcekit-lsp (Swift code)
|
|
buildServer.json
|