aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-common-devel.inc
blob: 8083ef1a8ef6d1df589a28c74cb1a95210f7b08e (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include allow-common-devel.local

# Arduino
noblacklist ${HOME}/.arduino15
noblacklist ${HOME}/Arduino

# 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