forked from gokalakal/woocommerce-gateway-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (42 loc) · 708 Bytes
/
.gitignore
File metadata and controls
48 lines (42 loc) · 708 Bytes
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
41
42
43
44
45
46
47
48
/nbproject/private/
/node_modules/
project.xml
project.properties
.DS_Store
Thumbs.db
.buildpath
.project
.settings*
sftp-config.json
/deploy/
.vscode/
.idea/
vendor
release/
build/
woocommerce-gateway-stripe.zip
languages/woocommerce-gateway-stripe.pot
*.env
*.tmp
*.zip
# Ignore all log files except for .htaccess
/logs/*
!/logs/.htaccess
# Ignore deploy script
deploy-to-wp-org.sh
# Test configs
tests/e2e/env/docker
tests/e2e/report
tests/e2e/test-results
tests/e2e/e2e-setup.log
# Volumes mounted by Docker containers
docker/bin/jt
docker/data
docker/wordpress
docker/logs
# PHPUnit cache files
.phpunit.cache/
.phpunit.result.cache
# PHPUnit coverage results files
php-coverage.xml
phpunit-html/