forked from bosunolanrewaju/wp-rave-payment-forms
-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitattributes
39 lines (35 loc) · 919 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
# Ignore all hidden files and directories
/.* export-ignore
# Ignore following directories and contents
/node_modules* export-ignore
/tests export-ignore
/bin export-ignore
/docs export-ignore
/composer.lock export-ignore
/composer.json export-ignore
/phpunit.xml.dist export-ignore
/phpunit.xml export-ignore
/phpcs.xml export-ignore
/phpcbf.xml export-ignore
/*.config.js export-ignore
/.eslintrc export-ignore
/.eslintrc.js export-ignore
/.eslintignore export-ignore
/.tx export-ignore
/.editorconfig export-ignore
/.jshintrc export-ignore
/.phpcs.xml export-ignore
/.travis.yml export-ignore
/.editorconfig export-ignore
/.prettierrc.js export-ignore
/.babelrc export-ignore
/webpack.config.js export-ignore
/playwrignt.config.js
docs export-ignore
assets/css/*.scss export-ignore
# Directories
/.wordpress-org export-ignore
/.github export-ignore
# Files
/.gitattributes export-ignore
/.gitignore export-ignore