forked from glpi-project/glpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (48 loc) · 773 Bytes
/
.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
/config/cache.php
/config/config_db*
/config/glpi.key
/config/glpicrypt.key
/config/local_define.php
/tests/config_db*
/tests/cache.php
/marketplace/*
!/marketplace/.gitkeep
/plugins/*
!/plugins/.gitkeep
/files/*/*
!/files/*/.gitkeep
/.buildpath
/.project
/.settings/
/.vscode/
/.idea/
/tools/composer.lock
/tools/vendor/
/tools/api/
/tools/htmlcov/
/vendor/*
!/vendor/.htaccess
phpunit.xml
/tests/code-coverage/
/tests/coverage-*/
/tests/files/
/tests/.env
/tests/glpicrypt.key
/config/based_config.php
/config/config.php
/config/define.php
/nbproject
.composer.hash
/**/*.min.css
/css_compiled/
/css/compiled/
/css/lib/
/**/*.min.js
/node_modules/
.package.hash
/public/build/
/public/lib/
/tests/web/error.log
/inventory-vendors/*.json
/locales/*.mo
/inc/downstream.php