mirror of
https://github.com/munki/munki.git
synced 2025-12-16 20:14:48 -06:00
gitattributes: add .gitattributes for munki-python (#1112)
* gitattributes: add .gitattributes for munki-python Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com> * code/client: workaronud for munkiimport highlight Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
This commit is contained in:
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# https://github.com/github/linguist/blob/master/docs/overrides.md
|
||||
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
|
||||
|
||||
# munki-python
|
||||
code/client/* linguist-language=Python
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/usr/local/munki/munki-python
|
||||
# -*- python -*-
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2010-2021 Greg Neagle.
|
||||
|
||||
Reference in New Issue
Block a user