forked from weDevsOfficial/wp-project-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
32 lines (29 loc) · 870 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
# Ignore all hidden files and directories
/.* export-ignore
# Ignore all markdown files
/*.md export-ignore
# Ignore following directories and contents
/node_modules* export-ignore
/tests export-ignore
/bin export-ignore
# Ignore following configuration files
/phpcs.xml export-ignore
/phpunit.* export-ignore
/composer.lock export-ignore
/composer.json export-ignore
/CODEOWNERS export-ignore
/renovate.json export-ignore
/webpack.config.js export-ignore
/postcss.config.js export-ignore
/bundlesize.config.json export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/babel.config.js export-ignore
/docker-compose.yml export-ignore
/globals.d.ts export-ignore
/tsconfig.json export-ignore
/tsconfig.base.json export-ignore
/tsconfig.base export-ignore
/webpack.config.js export-ignore
wp-project-manager.zip export-ignore
/zipfile* export-ignore