-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (34 loc) · 745 Bytes
/
.gitignore
File metadata and controls
42 lines (34 loc) · 745 Bytes
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
# ignore files added to these directories
logs/*
temp/*
config/*
plugins/*/config.inc.php
# this is for the sample plugin (via composer)
plugins/rcsample
plugins/plugin_manager
# composer-related
composer.phar
composer.lock
vendor
# javascript dependencies
plugins/enigma/openpgp.min.js
plugins/managesieve/codemirror/
program/js/jquery.min.js
program/js/jstz.min.js
program/js/publickey.js
program/js/tinymce/
# eslint dependencies
/node_modules
/package.json
/package-lock.json
# skin customization files
skins/elastic/styles/_styles.less
skins/elastic/styles/_variables.less
# ignore IDE files
.vscode
.DS_Store
.idea
# Ignore files used for local overriding.
/tests/MessageRendering/.env
# PHPUnit cache
/tests/.phpunit.result.cache