1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-12-26 07:38:36 -06:00

Updated .gitignore

This commit is contained in:
Sayantan Santra 2023-04-03 21:48:49 -05:00
parent 51e75f726e
commit 7d5ff40893
2 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View file

@ -3,3 +3,7 @@ actix/target
# Ignore SQLite file
urls.sqlite
# Ignore irrelevant dotfiles
.vscode/
.directory

View file

@ -1,4 +0,0 @@
{
"editor.language.colorizedBracketPairs": [],
"editor.bracketPairColorization.enabled": true
}