Though they are still available to the devs, as they are just `export-ignore`d in the .gitattributes. I've done a little bit of research, and this attribute prevents the files from being archived by git. So, I'm assuming that package control fetches archives of the packages, and not the actual ones. But I haven't found any documentation on packagecontrol.io stating that. I quickly browsed its source code on GitHub, and couldn't really find anything. So, I'm going to contact @jfcherng, who showed me this trick on FileManager.
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
docs/ export-ignore
|
|
resources/*.png export-ignore
|
|
resources/*.py export-ignore |