Skip to content

Commit

Permalink
chore: add .gitignore (#30)
Browse files Browse the repository at this point in the history
* Add .gitignore

* update

Signed-off-by: Kenji Miyake <[email protected]>

Co-authored-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
kenji-miyake and M. Fatih Cırıt authored Feb 23, 2022
1 parent da6649d commit 7c02c04
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# JetBrains IDEs
/.idea/

# Vim
*.swp
*.swo

# Visual Studio Code
.vscode/
.history/
*.code-workspace
*.vsix

0 comments on commit 7c02c04

Please sign in to comment.