sfcnr/sa-mp.code-workspace

30 lines
499 B
Plaintext
Raw Normal View History

2018-12-07 16:13:49 +00:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/.gitignore": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/npcmodes": true,
"**/plugins": true,
"**/archive": true,
"**/old_pawn": true,
"**/*.exe": true,
"**/*.dll": true,
"**/*.so": true,
"**/*.pdb": true,
"**/*.amx": true,
"**/*.rar": true,
"**/*.zip": true,
"**/*.*.old": true,
"include": true,
}
}
}