-
Notifications
You must be signed in to change notification settings - Fork 35
/
.gitignore
61 lines (53 loc) · 1009 Bytes
/
.gitignore
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
49
50
51
52
53
54
55
56
57
58
59
60
61
.DS_Store
.idea
node_modules
.phpstorm*
.vscode
bun.lockb
# Tests - local config files
codeception.yml
tests/*.suite.yml
phpunit.xml
.env.local
.env.*.local
codeception.tric.yml
.env.testing.tric
# Tests - local output files
tests/_output
tests/_support/_generated
# by default ignore all, need a vendor dep in the repo? use !vendor/acme
vendor/*
!vendor/jquery
!vendor/select2
!vendor/momentjs
!vendor/handlebars
!vendor/clipboard
!vendor/attrchange
!vendor/datatables
!vendor/jquery-tribe-timepicker
!vendor/tooltipster
!vendor/tribe-select2
!vendor/tribe-selectWoo
!vendor/xrstf/composer-php52
!vendor/a5hleyrich/wp-background-processing
!vendor/freemius
!vendor/ky
vendor/freemius/languages/*.po
# Resources Ignoring
src/resources/**/app
src/resources/css
src/resources/js/**/*.min.js
# get from translate.wordpress.org as needed
lang/*.po
lang/*.mo
# Local packaging files
.pup-*
.pup-zip
pup.phar
# Strauss
bin/strauss.phar
# GitHub Actions
DOCKER_ENV
docker_tag
output.log
Dockerfile-php-build