Files
IronFox/.gitignore
celenity 57cb069cb8 feat: re-organize configuration files into separate configs directory
This should also help slightly speed up the build process, as it prevents us unnecessarily copying ex. the mozconfig files

Also includes a few minor tweaks to envs, like Gradle flags and new Phoenix envs (for next release)

Signed-off-by: celenity <celenity@celenity.dev>
2026-03-29 20:10:49 -04:00

32 lines
599 B
Plaintext

# 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/
# WIP
/wip/