Files
privacy.sexy/.gitignore
undergroundwires bcad357017 linux: fix Firefox settings not reverting #282
Improve the revert process for Firefox settings by extending
modifications to also include `prefs.js`.

- Validate profile directories similarly to execution script.
- Check and warn if Firefox is running during revert to prevent
  `prefs.js` from being overriden.
- Clarify output messages for execution and revert scripts.
- Add flowchart diagram for visual documentation.
- Improve documentation for consistency and precision.
- Update `.gitignore` to account for temporary draw.io files.
2023-11-26 01:20:21 +01:00

14 lines
143 B
Plaintext

# Application build artifacts
/dist-*/
# npm
node_modules
# Visual Studio Code
.vscode/**/*
!.vscode/extensions.json
# draw.io
*.bkp
*.dtmp