-
Notifications
You must be signed in to change notification settings - Fork 1
/
.dockerignore
66 lines (56 loc) · 1.24 KB
/
.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
**/.vscode/*
# git
.git/
# API SERVER
**/__pycache__
**.pyc
**.idea
api_server/.cache/
api_server/.coverage
api_server/.pytest_cache/
api_server/.swagger-codegen/
api_server/bin/
api_server/include/
api_server/lib/
api_server/htmlcov/*
api_server/pip-selfcheck.json
api_server/certs/
api_server/venv
**/.pytest_cache
api_server/mypy-report
**/pylint-report
**/pylint.json
**/flake8-report.txt
# compiled output
frontend_angular/dist
frontend_angular/tmp
frontend_angular/out-tsc
# dependencies
frontend_angular/node_modules
# IDEs and editors
frontend_angular/.project
frontend_angular/.classpath
frontend_angular/.c9/
frontend_angular/*.launch
frontend_angular/.settings/
frontend_angular/*.sublime-workspace
# IDE - VSCode
frontend_angular/.vscode/*
frontend_angular/!.vscode/settings.json
frontend_angular/!.vscode/tasks.json
frontend_angular/!.vscode/launch.json
frontend_angular/!.vscode/extensions.json
# misc
frontend_angular//.sass-cache
frontend_angular//connect.lock
frontend_angular//coverage
frontend_angular//libpeerconnection.log
frontend_angular/npm-debug.log
frontend_angular/testem.log
frontend_angular//typings
# e2e
frontend_angular//e2e/*.js
frontend_angular//e2e/*.map
# System Files
frontend_angular/.DS_Store
frontend_angular/Thumbs.db