-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
125 lines (95 loc) · 1.55 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
*.py[co]
# Ignore engagement analysis excel reports
*.xlsx
.ruby-*
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
setup.cfg
# Bundler
.bundle
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
# JS testing
node_modules
frontend/static/refactor-sass/lib
#Mr Developer
.mr.developer.cfg
# Mac stuff and specific weirdness
.DS\_Store
*.sqlite
# Static files
/static/media/*
!/static/media/.gitkeep
/static/assets/*
!/static/assets/.gitkeep
# Local settings overrides
bluebottle/settings/local.py
bluebottle/settings/secrets.py
# Misc stuff
data
env
docs/_build
.idea
.noseids
# CI reports
reports
# SASS
.sass-cache
frontend/static/.sass-cache
frontend/static/css/*.css*
bluebottle/common/static/css/admin/dashboard.css
# Espresso
*.esproj
# Salesforce Dataloader
!**/.gitkeep
salesforce/dataloader_prd/Bin/DataLoader20/*
salesforce/dataloader_uat/Bin/DataLoader20/*
salesforce/*/*/*/*/read/*
salesforce/*/*/*/*/write/*
salesforce/*/*/*/*/log/*
salesforce/*/*/*/*/active_job.properties
salesforce/*/*/*/*/*/*lastRun.properties
salesforce/*/*/*/log/*
salesforce/*/*/*/archive/*
salesforce/*/Data/Input/*
salesforce/*/Data/Output/*
static/global/compass_app_log.txt
ghostdriver.log
# node modules
bower_components
# GeoIP.dat
GeoIP.dat
# vim
*.swp
#autoenv
/.env
# Analytics Testing
analytics/*
# logs
*.log
*.log.*
# celery
celerybeat.pid
# tenants
tenants
celerybeat-schedule
reef-prod-current.sql.bz2
.envrc
.pre-commit-config.yml
# docker
bluebottle-data
elasticsearch-data
postgres-data