-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (45 loc) · 971 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
# Ignore drupal core
/vendor
/www/core
/www/modules/README.txt
/www/profiles/README.txt
/www/themes/README.txt
/www/sites/README.txt
/www/sites/example.*
/www/sites/.gitignore
/www/.csslintrc
/www/.editorconfig
/www/.eslintignore
/www/.eslintrc.json
/www/.gitattributes
/www/.ht.router.php
/www/.htaccess
/www/autoload.php
/www/example.gitignore
/www/index.php
/www/INSTALL.txt
/www/LICENSE.txt
/www/README.txt
/www/robots.txt
/www/update.php
/www/web.config
# Ignore contrib modules and themes
/www/modules/contrib
/www/themes/contrib
# Ignore configuration files that may contain sensitive information
/www/sites/*/*settings*.php
/www/sites/*/*services*.yml
# Ignore paths that may contain user-generated content
/www/sites/*/files
/www/sites/*/public
/www/sites/*/private
# Ignore paths that may contain temporary files
/www/sites/*/translations
/www/sites/*/tmp
/www/sites/*/cache
# Ignore IDE config files
/.buildpath
/.settings/
/.project
/.idea
/.editorconfig