-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
51 lines (49 loc) · 976 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/.idea/
/apps/*/*
/build/fuzzy_workflow.py
/build/windows_patch/windows-7-sp1-32bit/*.msu
/build/windows_patch/windows-7-sp1-64bit/*.msu
/build/windows_patch/windows-8-32bit/*.exe
/build/windows_patch/windows-8-64bit/*.exe
/build/manifest.pkl
/chore/minified_site_packages/*
/chore/site_packages/*
/chore/venv
/config/.redirect
/config/auto_saved.pkl
/deleted/
/demo/*/dist/
/depsland/.project/
/depsland/webui/assets/
/depsland/webui/static/
/dist/**
/docs/*/*.html
/lib/
/oss/**
/product/
/pypi/**
/python/*
/sidework/bat_2_exe_template_gen/*.exe
/sidework/doctor/_*
/sidework/ui_prototype/
/temp/*
/tests/
/unittests/demo_project/hello-world/dist/
/unittests/demo_project/hello-world/manifest.pkl
/unittests/depsland_run_test/dist/
/unittests/qmlease-3.0.5a6.zip
__pycache__/
*.bak.*
*.bak[0123456789].*
.DS_Store
*.bak.*
!/dist/
!/dist/standalone/
!/oss/apps/
!/oss/pypi/
!/oss/test/
!/python/README.md
!/python/README.zh.md
!/pypi/*/
!/pypi/index/snapdep/
!**/.gitkeep