forked from AcademySoftwareFoundation/OpenColorIO
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (40 loc) · 579 Bytes
/
.gitignore
File metadata and controls
47 lines (40 loc) · 579 Bytes
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
# SPDX-License-Identifier: BSD-3-Clause
# Copyright Contributors to the OpenColorIO Project.
.DS_Store
attic
build*
_build*
_install*
dist*
mastercopy
*.pyc
!*.yml
.vscode
src/apps/ocioview/poetry.lock
# WASM build artifacts
dist/
build-wasm*/
*.wasm
*.js.mem
*.js.symbols
*.js.temp
*.wast
*.wat
# Emscripten cache and tools
emsdk/
emsdk_env.sh
.emscripten_cache/
# Node.js and NPM
node_modules/
package-lock.json
yarn.lock
npm-debug.log*
# Testing and CI artifacts
test-results/
benchmark-results/
coverage/
.nyc_output/
build-logs/
# Development tools
.vscode/
.idea/