-
Notifications
You must be signed in to change notification settings - Fork 182
/
.gitignore
80 lines (64 loc) · 1.1 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
# IDE stuffs
.settings
.idea
.vscode
.project
nbproject/
webgrind/
_dic_cache
.phpunit.result.cache
# Configuration files
.num_processes
inc/*.dat
inc/oauth_config.ini
/inc/oauth_config.*.ini
inc/Error_Mail_List.ini
inc/config.ini
inc/config.ini*
inc/config.test.ini
inc/config.development.ini
inc/.globalmessage.ini
inc/oauth-token-key.txt
.passwd.ini
# Ignore artifacts
public/css/build/app.css
public/css/build/app.css.map
public/css/build/*-build.css
public/js/build
public/css/build
/coverage
# NodeJs stuff
nodejs/*.log
node_modules
# Npm lock file
package-lock.json
# Development env config files
.agignore
.vagrant
# More stuffs
Test_Local/*
unitTest/xhGui/
unitTest/coverage/*
local_storage
test_storage
lib/View/fileupload/thumbnails/*
tmp/
task_manager_config.ini
# advised local folder for test files
test-storage
# composer files
composer.phar
vendor
.env
phinx.yml
.lastjobprocessed_jpeer
.maxJobToProcess_jpeer
mmt_fallback_key.ini
inc/google_translate/mmt_fallback_credentials.json
.DS_Store
certs
/public/build/
/public/buildResources/
/lib/View/*.html
/lib/View/APIDoc.php
/.phpunit.result.cache