14 lines
153 B
Plaintext
14 lines
153 B
Plaintext
# Ignore all compiled zsh-files
|
|
*.zwc
|
|
|
|
# Ignore ctags
|
|
/tags
|
|
/tags.lock
|
|
/tags.temp
|
|
|
|
# Ignore vscode files
|
|
.vscode
|
|
|
|
# Ignore all node_modules
|
|
node_modules
|