12 lines
131 B
Plaintext
12 lines
131 B
Plaintext
# Ignore all compiled zsh-files
|
|
*.zwc
|
|
|
|
# Ignore ctags
|
|
/tags
|
|
|
|
# Ignore vscode files
|
|
.vscode
|
|
|
|
# Ignore all node_modules
|
|
node_modules
|