forked from shady-gang/compiler-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (33 loc) · 677 Bytes
/
.gitignore
File metadata and controls
41 lines (33 loc) · 677 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
# If you change this file, please also modify .prettierignore
# build generated files
/.node-bin
/.npm-updated
/node_modules
/out
/coverage
# generated from opcode docenzier.py scripts
/asm-docs*
/etc/scripts/asm-docs*
# Python virtual environments and uv
/etc/scripts/docenizers/.venv
/etc/scripts/docenizers/.uv
# user local customizations
/etc/**/*.local.*
/lib/storage/data
# IDE project files
/.idea/shelf
/.vs
/nbproject
*.vscode
*.code-workspace
# random bits
f.out
newrelic_agent.log
*.heapsnapshot
*.swp
# approval tests
*.received.*
# Claude local settings
.claude/settings.local.json
.aider*
etc/scripts/ce-properties-wizard/ce_properties_wizard/__pycache__