-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
71 lines (61 loc) · 1.37 KB
/
.gitignore
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
69
70
71
# local configuration for git, referenced in .config/git/config
/.config/git/local_config
# local configuration for ghostty
/.config/ghostty/config.local
# clojure tools, not pinned / tracked
/.config/clojure/tools
# contains sensitive information
/.netrc
# npm configuration - can contain sensitive information
# See https://docs.npmjs.com/cli/v10/configuring-npm/npmrc#auth-related-configuration
/.npmrc
# data files for various programs
/.cache
/.local
/.npm
/.docker
/.cargo
/.rustup
/.terminfo
/.jump
/.ssh
/.terminfo
/.viminfo
/.bash_history
/.zsh_history
/.clojure_history
/.python_history
/.sqlite_history
# macOS file
/.CFUserTextEncoding
# generated / local fish files
/.config/fish/fish_variables
/.config/fish/conf.d
/.config/fish/completions
# nvim files
/.config/nvim/spell/en.utf-8.add*
# macOS trash directory
/.Trash
# macOS default directories
/Applications/
/Desktop/
/Documents/
/Downloads/
/Library/
/Movies/
/Music/
/Pictures/
/Public/
# created by `brew bundle --global`
#
# > As it can contain local environment information that varies between
# > systems, it's not worth committing to version control on multi-user
# > repositories.
# https://github.com/homebrew/homebrew-bundle#versions-and-lockfiles
/.Brewfile.lock.json
# Default go directory, for installed binaries and pkg downloads
/go/
# Directory for code
/src/
# uv self-update
/.config/uv/uv-receipt.json