forked from YetiForceCompany/YetiForceCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
83 lines (73 loc) · 1.83 KB
/
.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/cache/*/*
/cache/*/*/*
!/cache/*/index.html
!/cache/*/*/index.html
/public_html/layouts/resources/colors/calendar.min.css
/public_html/layouts/resources/colors/modules.min.css
/public_html/layouts/resources/colors/owners.min.css
/public_html/layouts/resources/colors/picklists.min.css
/config/config_override.php
/config/csrf_secret.php
# dependencies YETIFORCE
/public_html/modules/OSSMail/roundcube/
/dev_tools/
/_private
/public_html/_private
/public_html/layouts/basic/styles/.sass-cache
/public_html/logo.jpg
/public_html/layouts/resources/fonts/*.txt
/public_html/layouts/resources/fonts/*.ttf
/layouts/basic/modules/Settings/TestData
/languages/*
!/languages/en-US
/modules/TestData
/modules/Settings/TestData
/app_data/cron.php
/app_data/owners_colors.php
/app_data/registration.php
/app_data/shop.php
/app_data/SystemUpdater.json
/app_data/LanguagesUpdater.json
/app_data/ConfReport_AllErrors.php
/app_data/PwnedPassword.php
/cache/addressBook/mails_1.php
/cache/addressBook/mails_5.php
/user_privileges/sharing_privileges_5.php
/user_privileges/sharing_privileges_6.php
/user_privileges/sharing_privileges_7.php
/user_privileges/sharing_privileges_8.php
/user_privileges/user_privileges_5.php
/user_privileges/user_privileges_6.php
/user_privileges/user_privileges_7.php
/user_privileges/user_privileges_8.php
/config/*
!/config/username_blacklist.php
!/config/csrf_config.php
!/config/mimetypes.php
!/config/ConfigTemplates.php
!/config/version.php
!/config/Security.php
!/config/Performance.php
!/config/Debug.php
!/config/Components/ConfigTemplates.php
# dependencies COMPOSER
/vendor
/public_html/vendor/*
# dependencies YARN
yarn-error.log
/node_modules/
/public_html/libraries/*
/public_html/src/node_modules/*
# IDEs and editors
.idea
/.buildpath
.c9/
.classpath
.project
*.launch
.settings/
*.sublime-workspace
.babelrc
.sonarlint/
.history/
*.bak