File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ # .arcignore is the same as .gitignore but for Arc VCS.
2
+ # Arc VCS is a proprietary VCS in Yandex that is very similar to Git
3
+ # from the user perspective but with the following differences:
4
+ # 1. Data is stored in distributed object storage.
5
+ # 2. Local copy works via FUSE without downloading all the objects.
6
+ # For this reason, it is better suited for huge monorepositories that can be found in large companies (e.g. Yandex, Google).
7
+ # As ClickHouse developers, we don't use Arc as a VCS (we use Git).
8
+ # But the ClickHouse source code is also mirrored into internal monorepository and our collegues are using Arc.
9
+ # You can read more about Arc here: https://habr.com/en/company/yandex/blog/482926/
10
+
11
+ # Repository is synchronized without 3rd-party submodules.
12
+ contrib
You can’t perform that action at this time.
0 commit comments