-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
47 lines (45 loc) · 825 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
/.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/
/docs/*/*.html
/lib/
/oss/**
/product/
/pypi/**
/python/*
/sidework/bat_2_exe_template_gen/*.exe
/sidework/doctor/_*
/sidework/ui_prototype/
/temp/*
/test/_config/
dist/**
__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