chore: add sublime configuration to .gitignore (#1495)

This commit is contained in:
Dario Vladović 2020-07-21 03:52:46 +02:00 committed by GitHub
parent 7d32784441
commit 92eeb9fbb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -11,7 +11,10 @@ Cargo.lock
# VSCode configuration
.vscode/
# Intellij IDE configuration
# Sublime Text configuration
*.sublime-*
# IntelliJ IDE configuration
.idea/
/*.iml