-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitattributes
25 lines (22 loc) · 946 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#### ignore file endings like ####
#*.php linguist-detectable=false
#*.md linguist-detectable=false
#*.yml linguist-detectable=false
#*.yaml linguist-detectable=false
#*.pm linguist-detectable=false
#*.pl linguist-detectable=false
##################################
######## reclassification ########
*.razor linguist-language=csharp
##################################
################### ignore paths like #######################
#roles/* linguist-detectable=false
#roles/openldap-server/* linguist-detectable=false
#roles/upgrade-completion/tasks/* linguist-detectable=false
#############################################################
####################### paths to ignore #####################
roles/sample-auth-data/** -linguist-detectable
roles/sample-data-connect-sting/** -linguist-detectable
roles/sample-data/** -linguist-detectable
roles/test/** -linguist-detectable
#############################################################