Files
firezone/.gitignore
2023-10-06 09:43:54 -06:00

26 lines
439 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