Files
IronFox/.gitignore
2026-07-05 03:39:58 +00:00

36 lines
641 B
Bash

# Generated Python cache
__pycache__/
# File containing directory attributes for the containing folder on Mac
.DS_Store
# Python venv dirs
/env/
/venv/
# Build directory - stuff we download/generate goes here
/build/
# External repositories
/external/
# Phoenix configurations - downloaded
/patches/gecko-overlay/ironfox/prefs/000-phoenix.js
/patches/gecko-overlay/ironfox/prefs/001-phoenix-extended.js
# Environment variables for local builds
/env_override.sh
/scripts/env_build.sh
/scripts/env_local.sh
/scripts/env_target.sh
# mozconfig for local builds
/overrides.mozconfig
# VSCod(e/ium)
*.code-workspace
/.vscode/
# WIP
/wip/