-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.rsyncinclude
More file actions
68 lines (52 loc) · 1.29 KB
/
.rsyncinclude
File metadata and controls
68 lines (52 loc) · 1.29 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# .bashrc.d/ - all files in this directory will be sourced at runtime by .bashrc
# inspired by the default gitpod .bashrc in gitpod/workspace-full image
.bashrc.d/
.bashrc.d/*.sh
# .bin/ - binary programs
.bin/
.bin/*
# .gnupg - format inspired by <https://github.com/jessfraz/dotfiles>
.gnupg/
.gnupg/*.conf
# .gitconfig.d - format inspired by <https://github.com/kmalinich/kdm-bash-env>
.gitconfig.d/
.gitconfig.d/*
# .config/ files (YAML and TOML, so far)
.config/
.config/gh/config.yml
.config/starship.toml
# .local/ (if present)
.local/
.local/*
# bash environment
.bash*
.path
.exports
.extra
.functions
# zsh environment (if present)
.zsh*
.zprofile
.zsh_aliases
.zshrc.d/*
# .env files, .env.d/ folder (if present)
.env.d/*
.env*
# quiet any shell login messages
.hushlogin
# configure keyboard input
.inputrc
# .Brewfile and .osx/.Brewfile
.Brewfile
*/.Brewfile
# .dircolors- used by (dircolors -b) to set the color of the ls output.
.dircolors
# editorconfig - (overrides prettier and eslint configurations!)
.editorconfig
# .nirc - config file for @antfu/ni and @brlt/n command line package
.nirc
# .npmrc - opinionated configurations for npm, yarn, and pnpm
# (node package management command line tools)
.npmrc
# .nuxtrc - globally disable nuxt v3 telemetry prompts (annoying af)
.nuxtrc