Use tabs instead of spaces per default. (VSCodium will still respect the indentation used in the file) Stop vscode from writing files in HOME. Since only the settings.json is versioned in this repo but the full folder is symlinked: Ignore all other files that will be written. (TODO: Only symlink file)
29 lines
461 B
Plaintext
29 lines
461 B
Plaintext
# Ignore backup files
|
|
*.bkp
|
|
*.bak
|
|
|
|
# Ignore all gitignores in this repo but this one
|
|
.gitignore
|
|
!/.gitignore
|
|
|
|
# Ignore files generated by rejected patches etc.
|
|
*.rej
|
|
*.orig
|
|
|
|
# Ignore installation backups
|
|
/existing-*.tar.gz
|
|
|
|
/.config/VSCodium
|
|
!/.config/VSCodium/User/settings.json
|
|
|
|
/.config/git/github.config
|
|
/.config/git/gitlab.config
|
|
/.config/git/user.config
|
|
|
|
/.config/vim/.netrwhist
|
|
|
|
/.config/zsh/.zcompdump
|
|
|
|
/.config/ranger/bookmarks
|
|
/.config/ranger/history
|