aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-common-devel.inc
blob: 71b1483cd7291aecb08852c9176f5194c436c9f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include allow-common-devel.local

# Git
nodeny  ${HOME}/.config/git
nodeny  ${HOME}/.gitconfig
nodeny  ${HOME}/.git-credentials

# Java
nodeny  ${HOME}/.gradle
nodeny  ${HOME}/.java

# Node.js
nodeny  ${HOME}/.node-gyp
nodeny  ${HOME}/.npm
nodeny  ${HOME}/.npmrc
nodeny  ${HOME}/.nvm
nodeny  ${HOME}/.yarn
nodeny  ${HOME}/.yarn-config
nodeny  ${HOME}/.yarncache
nodeny  ${HOME}/.yarnrc

# Python
nodeny  ${HOME}/.pylint.d
nodeny  ${HOME}/.python-history
nodeny  ${HOME}/.python_history
nodeny  ${HOME}/.pythonhist

# Rust
nodeny  ${HOME}/.cargo/*