1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

Removed .vscode settings (#104)

Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
This commit is contained in:
TheDudeFromCI 2023-08-19 18:33:22 -07:00 committed by GitHub
parent 6a318ee6f9
commit 226e726c29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
flamegraph.svg
perf.data
perf.data.old
.vscode
# created by azalea-auth/examples/auth, defined in the main .gitignore because
# the example could be run from anywhere

View file

@ -1,3 +0,0 @@
{
"editor.formatOnSave": true
}