-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (54 loc) · 868 Bytes
/
.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
# System files
.DS_Store
Thumbs.db
*~
*.swp
.AppleDouble
.LSOverride
._* # Thumbnails
.Spotlight-V100 # Files that might appear on external disk
.Trashes
# Editor/IDE specific
.vimrc.local
.vim/coc-settings.json
tscommand*.txt
nvim/lua/config/env.lua
*.session
packer_compiled.vim
packer_compiled.lua
config/nvim/sessions
# Application configs
.config/tmux/plugins/*
tmux/plugins/
.config/raycast/*
.config/gh/*
.config/op/*
.config/fish/*
.config/dev/*
.config/github-copilot/*
.config/lazygit/*/*.patch
.config/spicetify/*
.config/tmuxinator/*
# Doom Emacs
/config/doom/*.html
# Logs and temporary files
*.log
foo.*
result
tt.*
history.txt
npm-debug.log
# Secrets and sensitive data
secrets.fish
config/environment.d/secrets.conf
state.yml
# Other
fzf
fish_variables
# Backup files
*.bak
*.backup
*.old
# Local configuration
.env
.env.local