vscode-as3mxml
vscode-as3mxml copied to clipboard
It is recommended to add exclude files setting
I need to add exclusion files, such as *.svn
,*.copyarea.db
, how can I configure it .
Exclude from what, exactly?
thank you for your reply.
I hope is to provide a config file, like git .gitignore
file. I can set the need to exclude files by myself.
I'm sorry, but that doesn't answer my question. What process/behavior/action is using files where you want it to exclude certain files.
thank you for your reply. I'm sorry for my poor English.
ctrl + shift + b
The build will copy many files to bin-debug
. My project has many *.copyarea.db
files , I want to build project don't copying.
Okay, I understand. Are you using copySourcePathAssets
in asconfig.json? Or are the files specified in airOptions
?
Since I received no answer to my previous question, I'm going to close this issue. You should still be able to respond, though.