Skip to content

Commit

Permalink
chore: ignore from git swap files created by vim
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Oct 29, 2022
1 parent 7a74a29 commit d04f29a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -8,6 +8,13 @@ node_modules/
/.devcontainer
*.code-workspace

# Vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# bundle
packages/**/*.d.ts
packages/**/*.js
Expand Down

0 comments on commit d04f29a

Please sign in to comment.