Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目中有自定义库。
现在我将该库存储在供应商文件夹中。
但我认为这不好,因为供应商是第三方开发人员的文件夹,供应商文件夹被标记为 gitignore
我应该把自定义库放在哪里?
谢谢
您几乎可以在任何您想要的地方创建一个目录,我在与您的模块和供应商文件夹相同的级别创建了一个名为“lib”的文件夹,以将自定义库放入其中。
不要忘记将命名空间添加到您的自动加载器!