-
Notifications
You must be signed in to change notification settings - Fork 295
/
MANIFEST.in
43 lines (43 loc) · 888 Bytes
/
MANIFEST.in
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
prune python/examples
prune python/tests
prune python/testdata
prune python/build_tools
prune config
prune ngauth_server
prune src
prune build_tools
prune templates
prune third_party
prune typings
prune testdata
prune examples
exclude .clang-format
exclude .editorconfig
exclude .eslintignore
exclude .eslintrc
exclude .style.yapf
exclude cors_webserver.py
exclude gulpfile.js
exclude package.json
exclude package-lock.json
exclude tsconfig.json
exclude tslint.json
prune .github
prune *.egg-info
exclude tox.ini
exclude noxfile.py
exclude python/.pylintrc
global-exclude .gitignore
global-exclude .gitattributes
global-exclude .dockerignore
exclude python/Dockerfile
exclude python/CMakeLists.txt
exclude MANIFEST.in
exclude *.ts
exclude .prettierrc.yml
exclude .prettierignore
exclude .eslintrc.yml
exclude index.html
exclude webpack.config.js
exclude firebase.json
exclude .firebaserc