-
Notifications
You must be signed in to change notification settings - Fork 1
/
.dockerignore
74 lines (54 loc) · 885 Bytes
/
.dockerignore
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
/.git
# pre-commit docker cache
/.pre-commit/cache
# Next.js directories
/client/.next
/client/node_modules
/reg-client/.next
/reg-client/node_modules
/posthunt-client/.next
/posthunt-client/node_modules
# build directory
/dist/
/client/schema/
# creds
/gdrive-creds.json
/gdrive-uploader-creds.json
# dev .env file
/.env
# pyc files and cache
*.pyc
__pycache__/
# Auto-collected static files folder
/server/static/
# Virtualenv
venv/
env/
.venv/
# pyenv
.python-version
# pid files
*.pid
# MacOS generated files
.DS_Store
*.swo
*.tmp
*.swp
*.bak
.vscode/
# temp files added by Babun
*~
# Vagrant files
.vagrant/
Vagrantfile
setup_vagrant_vm.sh
# Vim files
.lvimrc
.ignore
.mypy_cache/
# local dev testing email
/dev_email_whitelist.txt
# build info
tsconfig.tsbuildinfo
# xk6-browser tool for load testing, recommended to run via current working dir.
xk6-browser*