-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (82 loc) · 1.79 KB
/
Copy path.gitignore
File metadata and controls
98 lines (82 loc) · 1.79 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Webasyst cache and logs
webasyst/wa-cache/
webasyst/wa-log/
webasyst/wa-data/
webasyst/wa-config/
# Webasyst user content (uploads, themes, etc.)
webasyst/wa-content/
# Webasyst apps (keep only shop for plugin)
webasyst/wa-apps/apiexplorer/
webasyst/wa-apps/blog/
webasyst/wa-apps/developer/
webasyst/wa-apps/dummy/
webasyst/wa-apps/installer/
webasyst/wa-apps/photos/
webasyst/wa-apps/site/
webasyst/wa-apps/team/
webasyst/wa-apps/ui/
# Shop-Script - exclude unnecessary files (keep only lib/ and giftforyou plugin)
webasyst/wa-apps/shop/js/
webasyst/wa-apps/shop/js-legacy/
webasyst/wa-apps/shop/css/
webasyst/wa-apps/shop/css-legacy/
webasyst/wa-apps/shop/themes/
webasyst/wa-apps/shop/templates/
webasyst/wa-apps/shop/img/
webasyst/wa-apps/shop/api/
webasyst/wa-apps/shop/widgets/
webasyst/wa-apps/shop/locale/
# Exclude other plugins, keep only giftforyou
webasyst/wa-apps/shop/plugins/*
!webasyst/wa-apps/shop/plugins/giftforyou/
# Webasyst plugins (keep only giftforyou from wa-apps)
webasyst/wa-plugins/
# Webasyst widgets
webasyst/wa-widgets/
# Webasyst installer
webasyst/wa-installer/
# Temporary files
*.log
*.tmp
*.bak
*.swp
*~
server.log
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
# PHP dependencies
vendor/
**/vendor/
composer.lock
# Node.js
node_modules/
**/node_modules/
package-lock.json
yarn.lock
# Build files
*.min.js
*.min.css
dist/
build/
# Git
**/.git/
# Test files
test-*.php
*-test.php
create-*.php
# Webasyst system - exclude templates and unnecessary locales
webasyst/wa-system/*/templates/
webasyst/wa-system/*/templates-legacy/
webasyst/wa-system/*/default_templates/
webasyst/wa-system/locale/*/
webasyst/wa-system/*/locale/*/
# Keep only ru_RU locale
!webasyst/wa-system/*/locale/ru_RU/
!webasyst/wa-system/locale/ru_RU/