-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
36 lines (31 loc) · 926 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
# Ignore configuration files that may contain sensitive information.
webroot/sites/*/settings.*.php
# Ignore paths that contain user-generated content.
webroot/sites/*/files
webroot/sites/*/private
webroot/sites/*/translations
# Other deployer shared files
webroot/sites/all/modules/custom/opeka_widgets/js/data*.js
# Ignore devel modules and files
# todo: clean this mess up
webroot/sites/all/modules/search_krumo
webroot/sites/all/modules/devel_themer
webroot/sites/all/modules/simplehtmldom
webroot/sites/all/modules/stage_file_proxy
webroot/sites/all/modules/reroute_email
webroot/sites/all/modules/module_builder
webroot/sites/all/modules/browsersync
webroot/sites/all/modules/xhprof
!webroot/sites/default/files/logo-beta*
webroot/sites/all/themes/cyberhus_clean/custom-gulpfile.js
#Ignore development garbage
logs
sql
.DS_Store
.ruby-version
.bundle/
.sass-cache
*.sublime-workspace
nbproject
node_modules
/.idea/