-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.gitattributes
40 lines (36 loc) · 922 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.gitignore merge=ours
# Autodetect file teks
* text=auto
# Perlakukan file - file ini sebagai teks
*.php text
*.css text
*.js text
*.txt text
*.md text
*.xml text
*.json text
*.sql text
*.yml text
# Pastikan file - file ini tidak diutak-atik
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.rtf binary
# Jangan sertakan file dan folder ini ke rilis
/.github export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/*.cache export-ignore
/*.log.php export-ignore
/.php-cs-fixer.php export-ignore
/.prettierrc.json export-ignore
/make_obfuscate.php export-ignore
/umum_obfuscate.php export-ignore
/package-lock.json export-ignore
/package.json export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/rector.php export-ignore
/tests export-ignore