mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-21 15:38:38 -04:00
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>
32 lines
599 B
Plaintext
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/
|