-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
.gitignore
89 lines (79 loc) · 1.55 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
84
85
86
87
88
89
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
*.sublime-project
# VIM
.*.swo
.*.swp
tags
# NetBeans
nbproject
# CVS
CVS
.cvsignore
# TextMate
.#*
# PHP Storm, other java IDE's
.idea
# OS X
.DS_Store
._*
# Windows
Thumbs.db
# VS Code
.vscode
#less hack
tpl_variables.css
variables.css
variables_common.css
mixins.css
vc-cli.json
node_modules
npm-debug.log
package-lock.json
yarn-error.log
*.diff.png
*.map
public/*.bundle.js
public/config/*-modules.js
public/config/*-services.js
public/config/*-attributes.js
public/config/elements.js
public/config/element-settings.js
public/dist/
visualcomposer/resources/dist/
/vendor
.env
env-dev.php
composer.lock
test-coverage.xml
hubtools
cache/*
!cache/.gitkeep
devElements
devAddons
devAssets
!visualcomposer/resources/dist/.gitkeep
ci/.phpunit.result.cache
.phpstorm.meta.php
tools/vcwb-builder/temp/**/
ci/CodeSniffer.conf
tests/jest/devElements/**/
elements/*/public/dist/*
# Cypress test
tests/cypressChrome/cypress.env.json
tests/cypressChrome/cypress/screenshots/
tests/cypressChrome/cypress/videos/
tests/cypressElectron/cypress.env.json
tests/cypressElectron/cypress/screenshots/
tests/cypressElectron/cypress/videos/
tests/cypressPipeline/cypress.env.json
tests/cypressPipeline/cypress/screenshots/
tests/cypressPipeline/cypress/videos/
# languages, auto-downloadable
languages/vcwb-*