合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
>[danger]它是一个过滤配置文件 .gitignore ---- 一般放在git项目下, 全局配置 工程中不检测变更的文件夹/文件, 注意相对路径的写法 ``` .DS_Store node_modules/ /dist/ build/ config/ src/router npm-debug.log* yarn-debug.log* yarn-error.log* # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln ```