-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (41 loc) · 850 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
# Computer specific configurations
localbin/*
!localbin/README.adoc
.personalrc
.localrc
.navi_cheatsheets/local.cheat
# Folders that should be ignored because of using stow
.config/broot
.config/coc
.config/configstore
# Podman
.config/containers/
.config/fontforge
.config/gh
.config/htop
.config/iterm2
.config/zed
.config/lnav
.config/Autodesk
.config/ngrok/ngrok.yml
.config/nvim/plugin/packer_compiled.lua
# Alternate location for the compiled file
.config/nvim/lua/packer_compiled.lua
.config/AWSVPNClient
.config/github-copilot
.config/AWS VPN Client/
.bundle
!.bundle/config
# Computer-specific things that I should probably compile into localbin instead of here
bin/colorls
bin/ttmux
bin/ngrok
bin/nvim
Brewfile.lock.json
!.vim/undo/.keep
.vim/backups/**/*
.vim/plugged/**/*
.vim/undo/*
!.vim/backups/.keep
!.vim/plugged/.keep
.pry_history