-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
61 lines (55 loc) · 970 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
49
50
51
52
53
54
55
56
57
58
59
60
61
htdocs2/*
htdocs/conf/conf.php
htdocs/conf/conf.php.old
htdocs/conf/conf.php.sav
htdocs/conf/conf.php.back
documents/
custom2/
test/report/
nbproject
default.properties
.settings/
.buildpath
.gitmodules
/.project
/.pydevproject
/.vscode
.DS_Store
.idea
*.iml
*.orig
Thumbs.db
/dolibarr_genesis.mp4
# Log files
dolibarr_install.log
upgrade.log
doxygen_warnings.log
# Vagrant generated files
.vagrant
# Composer autoloader and unwanted files
composer.phar
htdocs/includes/
htdocs/vendor/
htdocs/.well-known/apple-developer-merchantid-domain-association
# Node Modules
build/yarn-error.log
build/node_modules/
node_modules/
#yarn
yarn.lock
#package-lock
package-lock.json
doc/install.lock
# Fully or partially migrated code
htdocs/Modules/debugbar/*
htdocs/Modules/includes/*
htdocs/install/
htdocs/install_old/
htdocs/core/db/
htdocs/core/db_old/
htdocs/core/class/
htdocs/core/triggers/
htdocs/langs
htdocs/main.inc.php
htdocs/master.inc.php
htdocs/filefunc.inc.php