Add .projections.json

This commit is contained in:
Andy K. Massimino
2017-10-17 18:55:14 -04:00
parent 7930e25608
commit 5578fa6a44

6
.projections.json Normal file
View File

@@ -0,0 +1,6 @@
{
"plugin/*.vim": {"type": "plugin"},
"autoload/*.vim": {"type": "autoload"},
"doc/*.txt": {"type": "doc"},
"README.md": {"type": "readme"}
}