mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
Based on the new ~/Projects directory from version 0.20 of the xdg-user-dirs specification[1]: * `XDG_PROJECTS_DIR="$HOME/Projects"` Relates to #7147 #7151. [1] https://www.freedesktop.org/wiki/Software/xdg-user-dirs/
54 lines
1.1 KiB
Text
54 lines
1.1 KiB
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-common-devel.local
|
|
|
|
# Default
|
|
noblacklist ${PROJECTS}
|
|
|
|
# Arduino
|
|
noblacklist ${HOME}/.arduino15
|
|
noblacklist ${HOME}/Arduino
|
|
|
|
# Deno
|
|
noblacklist ${HOME}/.cache/deno
|
|
noblacklist ${HOME}/.deno
|
|
|
|
# Git
|
|
noblacklist ${HOME}/.config/git
|
|
noblacklist ${HOME}/.gitconfig
|
|
noblacklist ${HOME}/.git-credentials
|
|
|
|
# Java
|
|
noblacklist ${HOME}/.ammonite
|
|
noblacklist ${HOME}/.config/jgit
|
|
noblacklist ${HOME}/.g8
|
|
noblacklist ${HOME}/.gradle
|
|
noblacklist ${HOME}/.ivy2
|
|
noblacklist ${HOME}/.java
|
|
noblacklist ${HOME}/.sbt
|
|
|
|
# Node.js
|
|
noblacklist ${HOME}/.node-gyp
|
|
noblacklist ${HOME}/.npm
|
|
noblacklist ${HOME}/.npmrc
|
|
noblacklist ${HOME}/.nvm
|
|
noblacklist ${HOME}/.yarn
|
|
noblacklist ${HOME}/.yarn-config
|
|
noblacklist ${HOME}/.yarncache
|
|
noblacklist ${HOME}/.yarnrc
|
|
|
|
# PlatformIO
|
|
noblacklist ${HOME}/.platformio
|
|
|
|
# Python
|
|
noblacklist ${HOME}/.pylint.d
|
|
noblacklist ${HOME}/.python-history
|
|
noblacklist ${HOME}/.python_history
|
|
noblacklist ${HOME}/.pythonhist
|
|
|
|
# Ruby
|
|
noblacklist ${HOME}/.bundle
|
|
|
|
# Rust
|
|
noblacklist ${HOME}/.cargo
|
|
noblacklist ${HOME}/.rustup
|