Skip to content

Commit 17a79dc

Browse files
feat(ui-tests): move examples, switch main ui-tests to c#
1 parent 23950cd commit 17a79dc

File tree

90 files changed

+64
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+64
-13
lines changed

test-programs/.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# --- Generic binaries & build junk ---
2+
**/*.exe
3+
**/*.dll
4+
**/*.so
5+
**/*.dylib
6+
**/*.bin
7+
**/*.out
8+
**/*.obj
9+
**/*.o
10+
**/*.a
11+
**/*.lo
12+
**/*.la
13+
**/*.lib
14+
**/*.pdb
15+
**/*.dSYM/
16+
**/*.class
17+
18+
# --- Noir ---
19+
**/proofs/
20+
**/*.proof
21+
# (add others here if Noir tooling generates them)
22+
23+
# --- Stylus / Rust ---
24+
**/target/
25+
**/*.rlib
26+
**/*.rmeta
27+
**/*.wasm
28+
29+
# --- Go ---
30+
**/*.test
31+
**/*.exe
32+
**/*.out
33+
34+
# --- C/C++ ---
35+
# (covered by generic *.o/*.so/*.a above)
36+
a.out
37+
38+
# --- Nim ---
39+
**/nimcache/
40+
**/*.exe
41+
**/*.out
42+
43+
# --- Ruby (not compiled, but common noise) ---
44+
**/.bundle/
45+
**/vendor/bundle/
46+
**/*.gem
47+
48+
# --- Secrets / env files (keep .env.example) ---
49+
**/.env
50+
**/*.key
51+
**/*.pem
52+
**/*.der
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)