dotfiles/git/gitignore

18 lines
130 B
Plaintext
Raw Permalink Normal View History

2013-06-13 23:04:02 +07:00
# OS X
2013-01-19 17:18:29 +04:00
.DS_Store
2013-06-13 23:04:02 +07:00
# Sublime Text
2013-02-27 10:26:11 +04:00
*.sublime-*
2013-06-13 23:04:02 +07:00
# Bundler
.bundle
2013-04-19 22:11:41 +04:00
vendor/gems
2013-06-13 23:04:02 +07:00
# Vim
*.swp
2013-07-20 13:11:49 +07:00
*.swo
2019-08-30 12:40:25 +02:00
# VSCode
*.code-workspace
2023-02-22 15:33:55 +01:00
.vscode