mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 10:29:16 +01:00
Set repo to handle vscode files
This commit is contained in:
parent
0d9cb6becd
commit
e1f8c587eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
/storage/*.key
|
/storage/*.key
|
||||||
/tests/Coverage
|
/tests/Coverage
|
||||||
/vendor
|
/vendor
|
||||||
|
/.vscode
|
||||||
.env
|
.env
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
Homestead.json
|
Homestead.json
|
||||||
|
5
jsconfig.json
Normal file
5
jsconfig.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"include": [
|
||||||
|
"./resources/js/*"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user