DEV: Ignore VSCode and DirEnv config files (#11083)

This commit is contained in:
Penar Musaraj 2020-10-30 12:32:48 -04:00 committed by GitHub
parent ac5c457d9e
commit d5fb0b9435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitignore vendored
View File

@ -137,6 +137,12 @@ node_modules
# ignore generated api documentation files
openapi/*
# ignore VSCode config files
.vscode
# ignore direnv
.envrc
# ember-cli generated
dist