-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (56 loc) · 926 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
62
63
64
65
66
67
# Created by .ignore support plugin (hsz.mobi)
#vscode junk
*.vscode/
# ds stores
*.DS_Store
# intellij
*.idea/
# bin
*-e
/bin/*
!bin/wp.dist
!bin/install-amazon.sh
!bin/install-osx.sh
!bin/install-ubuntu.sh
!bin/install-rhel.sh
!bin/install-centos.sh
!bin/install.sh
!bin/install-wordpress.sh
!bin/run.sh.dist
!bin/stop.sh
!bin/stop-docker.sh.dist
!bin/run-docker.sh.dist
!bin/run_tests.sh
!bin/configure-osx.sh
!bin/configure-amazon.sh
!bin/configure-docker.sh
!bin/configure-ubuntu.sh
!bin/configure-centos.sh
!bin/configure-rhel.sh
# etc
etc/php/php.ini
etc/php/php-fpm.conf
etc/nginx/nginx.conf
etc/*.service
etc/*.conf
etc/init.d/*.sh
etc/*.plist
!etc/com.greathouse.technology.template.plist
# opt
opt/php/*
opt/openresty*/*
# cache and logs
error.log
var/cache/*
var/logs/*
!var/cache/.gitkeep
!var/logs/.gitkeep
tmp/
# vendor
vendor/
# node
node_modules/
# supervisord
supervisord.log
supervisord.pid
# web