-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (46 loc) · 899 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
# Sensitive files
*.swp
*.swo
*.swn
.bash_history
.zsh_history
.ssh/
.lyrics
.cache/
.lyrics/
.oh-my-zsh/
.bash_logout
.bashrc
.lesshst
.profile
.shell.pre-oh-my-zsh
.sudo_as_admin_successful
.tmux.conf
.viminfo
.zcompdump
.zcompdump-solaris-5.8.1
.zcompdump-solaris-5.8.1.zwc
.oh-my-zsh
.vim
.local
.config/mpd/mpd.conf
.config/systemd
.config/ncmpcpp/error.log
.config/ncmpcpp/defaultConfig
.config/icecast
scripts/
archive/
.oh-my-zsh/
.DS_Store
# Logs
*.log # Log files
*.out # Output files
*.err # Error files
# Operating System Files
.DS_Store # macOS-specific file
*.bak # Backup files
Thumbs.db # Windows thumbnails
# Application Files
*.cache # Cache files
*.lock # Lock files
*.tmp # Temporary files