-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (36 loc) · 811 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
# Ignore paths that contain user-generated content.
docroot/files
docroot/themes/custom/limestone/node_modules
docroot/themes/custom/blue_harvest/node_modules
docroot/*/node_modules
docroot/modules/custom/limestone_foundation_paragraphs/node_modules
docroot/sites/*/files
docroot/sites/default/settings.php
docroot/sites/default/settings.pantheon.php
docroot/sites/*/private
docroot/sites/*/settings.local.php
docroot/*/settings.local.php
acquia-file
/log
update_backups
# Ignore vim swp files and gedit temp files
*.swp
*.*~
.vim
# eclipse settings files
.project
.pydevproject
.settings
.buildpath
# netbeans settings files
nbproject
# Ignore OS settings files
.DS_Store*
Thumbs.db
ehthumbs.db
# Ignore files generated by PhpStorm
.idea
# and some random server stuff
.bash_history
.bashrc
errors.log