Skip to content

Commit

Permalink
[ci skip] add vscode exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 28, 2024
1 parent 7f9454c commit 0d8c797
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,24 @@
"*.phpt": "php",
"*.c": "c",
"*.h": "c"
},
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.libs": true,
"**/*.cache": true,
"ext/**/*.dep": true,
"ext/**/*.la": true,
"ext/**/*.lo": true,
"ext/build": true,
"ext/config.h": true,
"ext/config.h.*": true,
"ext/config.nice": true,
"ext/config.status": true,
"ext/configure.ac": true,
"ext/configure~": true,
"ext/libtool": true,
"ext/Makefile.*": true,
}
}

0 comments on commit 0d8c797

Please sign in to comment.