forked from stripe-archive/developer-office-hours
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
33 lines (33 loc) · 970 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
.env
**/vendor/*
**/node_modules/*
**/venv/*
**/tmp/*
*.DS_Store
/2019-10-30-connect-onboarding/server/node/node_modules/*
/2019-12-24-issuing/.bundle
/2019-12-24-issuing/log/*
/2019-12-24-issuing/tmp/*
/2019-12-24-issuing/log/.keep
/2019-12-24-issuing/tmp/.keep
/2019-12-24-issuing/storage/*
/2019-12-24-issuing/storage/.keep
/2019-12-24-issuing/node_modules
/2019-12-24-issuing/yarn-error.log
/2019-12-24-issuing/public/assets
/2019-12-24-issuing.byebug_history
/2019-12-24-issuing/config/master.key
/2019-10-16-webhooks/.bundle
/2019-10-16-webhooks/log/*
/2019-10-16-webhooks/tmp/*
/2019-10-16-webhooks/log/.keep
/2019-10-16-webhooks/tmp/.keep
/2019-10-16-webhooks/storage/*
/2019-10-16-webhooks/storage/.keep
/2019-10-16-webhooks/node_modules
/2019-10-16-webhooks/yarn-error.log
/2019-10-16-webhooks/public/assets
/2019-10-16-webhooks.byebug_history
/2019-10-16-webhooks/config/master.key
/2020-01-28-variable-checkout/__pycache__
/2020-01-28-variable-checkout/venv