-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
72 lines (62 loc) · 1.31 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
# Ignore directories generated by Composer
vendor/
web/core/
web/modules/contrib/
web/themes/contrib/
web/profiles/contrib/
web/robots
# Ignore sensitive information
# Ignore Drupal's file directory
web/sites/*/files
private
web/sites/example.*
# Ignore .env files as they are personal
.env
# Ignore files generated by common IDEs
.idea/
.vscode/
.lando/
.lando.yml
# Ignore DDBB complete when creating release
*.sql
*.gz
database/*
.project
.buildpath
web/.csslintrc
web/.eslintignore
web/.eslintrc.json
web/.ht.router.php
web/.htaccess
.editorconfig
.gitattributes
web/INSTALL.txt
web/README.txt
web/autoload.php
web/example.gitignore
web/index.php
web/robots.txt
web/update.php
web/web.config
web/libraries/algolia.places/
web/libraries/choices/
web/libraries/codemirror/
web/libraries/jquery.chosen/
web/libraries/jquery.geocomplete/
web/libraries/jquery.hotkeys/
web/libraries/jquery.icheck/
web/libraries/jquery.image-picker/
web/libraries/jquery.inputmask/
web/libraries/jquery.intl-tel-input/
web/libraries/jquery.rateit/
web/libraries/jquery.select2/
web/libraries/jquery.textcounter/
web/libraries/jquery.timepicker/
web/libraries/jquery.toggles/
web/libraries/popperjs/
web/libraries/progress-tracker/
web/libraries/signature_pad/
web/libraries/svg-pan-zoom/
web/libraries/tabby/
web/libraries/tippyjs/
*.Identifier