-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (28 loc) · 816 Bytes
/
.gitignore
File metadata and controls
34 lines (28 loc) · 816 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
# Don't check in the local metadata file.
.DS_Store
.idea
*.vscode
# Don't check in the Emacs temp files
*~
# Don't check in test framework files
.attach_pid*
# Don't check IntelliJ module files
*.iml
# Don't check gradle build artifacts
cedar-java-hello-world/.gradle/*
cedar-java-hello-world/build/*
cedar-java-hello-world/bin/*
cedar-java-hello-world/.jqwik-database
cedar-java-partial-evaluation/.gradle/*
cedar-java-partial-evaluation/build/*
cedar-java-partial-evaluation/app/build/*
cedar-java-partial-evaluation/app/bin/*
# Don't check cargo build artifacts
cedar-rust-hello-world/Cargo.lock
cedar-rust-hello-world/target/*
oopsla2024-benchmarks/Cargo.lock
oopsla2024-benchmarks/target/*
tinytodo/Cargo.lock
tinytodo/target/*
# Don't commit node_modules in wasm example
cedar-wasm-example/node_modules