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.
バージョン管理ではこれを無視する必要がありますか? XXX/Properties/DataSources/XXXEntities.datasource
XXX/Properties/DataSources/XXXEntities.datasource
はい、できます。git では、ルート レベルでファイルに追加*.datasourceして、.gitignoreこれらのタイプのファイルをどこでも無視するか、.gitignore特定のディレクトリ内のファイルにそのエントリを配置して、そのディレクトリとその中のディレクトリでのみ有効にすることができます。このファイル タイプの「無視しない」行をディレクトリ内のより深い場所に追加することで、再帰的な動作を停止することもできます。
*.datasource
.gitignore