-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 955 Bytes
/
.gitignore
File metadata and controls
46 lines (38 loc) · 955 Bytes
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
# Ignore development specific files and folders.
.DS_Store
.buildpath
.idea
.project
.settings
*.sublime*
*--ignore
*--ignore.*
# Ignore archives and database dumps.
/*.7z
/*.gz
/*.sql
/*.tar
/*.tgz
/*.zip
# Drupal specific files and folders.
# Ignore configuration files that may contain sensitive information.
/public_html/sites/*/drushrc.custom.php
/public_html/sites/*/settings.custom.php
/public_html/sites/*/settings.keys.php
# Ignore paths that contain user-generated content.
/public_html/sites/*/files
/public_html/sites/*/private
# Ignore PHP development specific files.
/public_html/sites/all/modules/dev
/public_html/sites/default/update_scripts/environment/setup.local.php
/xdebug/
/legacy_html/
# Ignore JS development specific files and folders.
node_modules/
/visualizations/prototype/js/rd3
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
# Ignore built folders
/vendor/