Files
dotfiles/.config/git/ignore
Julian Prein 3963df217f git:ignore: Append trailing slash to directories
Append a trailing slash to all entries that should only match
directories.
2022-09-19 12:11:46 +02:00

23 lines
288 B
Plaintext

# Ignore all compiled zsh-files
*.zwc
# Ignore ctags
/tags
/tags.lock
/tags.temp
# clangd
compile_flags.txt
# Ignore vscode files
.vscode/
# Ignore all node_modules
node_modules/
# Ignore session file created by obsession-vim
Session.vim
# Ignore python bytecode cache
__pycache__/