forked from pyrevitlabs/pyRevit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (67 loc) · 1.41 KB
/
Copy path.gitignore
File metadata and controls
80 lines (67 loc) · 1.41 KB
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
75
76
77
78
79
80
# ignore everything in extension/ folder except for the native pyRevit.extension
extensions/*
!extensions/pyRevitCore.extension/
!extensions/pyRevitDevTools.extension/
!extensions/pyRevitDevHooks.extension/
!extensions/pyRevitRun.run/
!extensions/pyRevitTemplates.extension/
!extensions/pyRevitTags.extension/
!extensions/pyRevitTools.extension/
!extensions/pyRevitTutor.extension/
!extensions/extensions.json
!extensions/README.md
!extensions/pyRevitBundlesCreatorExtension.extension/
# Generated product binaries (build locally or download from CI artifacts)
bin/
# ignore visual studio files
**/.vs
**/.suo
**/obj
dev/**/packages
**/dev/**/bin
**/dev/pyRevitLabs/TestResults/
# ignore sphinx build files
docs/_*
!docs/_static
# ignore standard python and os temp files
__py*
*.db
.DS_Store
Icon?
# ignore sphinx files
*.pyc
# ignore local config file
*.ini
# Release and installer files
release/pyrevit*cache
release/Prerequisites/*
dist/
*.back*.aip
# ignore linter configs
.vscode/.ropeproject/*
!.vscode/.ropeproject/config.py
# resilio sync
.sync
# misc
.idea
site/
*.pdb
*.deps.json
bin/**/*.xml
*.so
*.a
*.dylib
# claude
.claude
.vscode/settings.json
# build bin (modular pipelines)
build/bin/*
build/obj/*
build/tests/bin/*
build/tests/obj/*
ci-stamped/
ci-bin-manifest.json
# local-only build overrides (never shipped)
build/appsettings.Development.json
# Python virtualenv created by pipenv (PIPENV_VENV_IN_PROJECT)
.venv/