-
Notifications
You must be signed in to change notification settings - Fork 419
Expand file tree
/
Copy path.gitignore
More file actions
172 lines (133 loc) · 2.34 KB
/
.gitignore
File metadata and controls
172 lines (133 loc) · 2.34 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# all folders starting with _ are local
_*/
!_impl/
# exclude local website repo, used for publishing
website/
.lastrun
.lastformat
.lastverify
.DS_Store
**/.vscode/ipch
Makefile
*.swp
*.swo
exts.deps.generated.kit
# byte-compiled python files
*.py[cod]
# pip cache
.cache
# packman package files
*@*.7z
*@*.zip
*@*.txt
# packaged unittest archives
/test_binaries-*.zip
/tests-*.zip
/run_tests.*
*.sh1
# patch files
*.diff
*.patch
# binaries
# *.ico
*.bmp
*.gif
*.jpg
*.jpeg
*.tga
*.psd
*.raw
*.exr
*.hdr
*.dds
*.ktx
*.spv
*.dxbc
*.dxil
*.gltf
*.glb
*.fbx
*.usd
*.usda
*.usdz
*.obj
*.mat
*.suo
# ignore the autoexec.lst file
autoexec.lst
# don't ignore carb.usd folder
!*.usd/
NvfPerflog.txt
imgui.ini
CON
# packman .user config
*.packman.xml.user
# allow anything in data and docs/images (both under Git LFS management)
!data/**
!docs/images/**
!source/extensions/**/data/**
# ignore docs autogenerated in or copied into the docs/source folder
docs/source/*
# ignore the cache
data/cache
# ignore browser cache
source/extensions/isaacsim.asset.browser/cache/isaacsim.asset.browser.cache.json
symbols.txt
/.vs
# OVAT files
gcn_local.yml
_venv/
venv/
.venv/
outputs.yml
# ignoring thumbnails generated by kit
.thumbs
.vscode/.python_samples.env
.vscode/.pxr_plugin.env
# vscode settings are copied and filled in from 'settings.json.template'
.vscode/settings.json
.nvidia-omniverse
PACKAGE-DEPS.yaml
.ipynb_checkpoints
# ignore docs output
.local
conf.py
# ignore docs file
ogn.rst
source/extensions/**/docs/ogn/
source/extensions/**/docs/index.rst
source/deprecated/**/docs/ogn/
source/deprecated/**/docs/index.rst
docs/autogenerated-extension-toc.txt
output
!schema.usda
!RobotSchema.usda
generatedSchema.usda
# ignore crash logs from streaming client sessions
NvStreamer-*.etli
# nodejs modules
node_modules
#container
tools/container/report.json
tools/container/_*
tools/container/7za
tools/container/VERSION.md
report.json
Temp_Config*.json
# Ignore .nvcode
.nvcode/
.nvcode.json
# Ignore packman verification results
packman_full_results.csv
packman_private_results.csv
# Ignore results from banned word check
results.json
results_by_file.json
# EULA check marker file
.eula_accepted
# Ignore external tests
source/standalone_examples/testing/external_workflow_tests/**
# Docker build temp files
exclude_list.txt
generated_rsync_package.sh
.container_venv/