forked from genshinsim/gcsim
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (51 loc) · 740 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (51 loc) · 740 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
48
49
50
51
*.log
*.csv
*.exe
*.pdf
*.pprof
.DS_Store
/*.txt
*.out
!.keep
out.json
debug.html
internal/characters/replace.txt
.idea
*.wasm
**.zip
./cmd/gcsim/*.exe
./cmd/gcsim/gsim.exe
./cmd/gcsim/gsim
./cmd/gcsim/*.html
./cmd/gcsim/tests
./cmd/gcsim/*.gz
./cmd/gcsim/*.json
cmd/gcsim/gcsim
!release-notes.txt
**/node_modules
.env
.envrc
.direnv/
**/protos_gen
keys.json
tagger_mapping.json
/app/*
cmd/gcsim/run_optimizer_full.bat
backend/cmd/compute/compute
backend/docker/hash.txt
backend/docker/binary
computebin
.cache
.npm
.task/
.venv
# release binaries to avoid tinting repo
gcsim_windows_amd64.exe
gcsim_darwin_arm64
gcsim_darwin_amd64
gcsim_linux_amd64
server_windows_amd64.exe
server_darwin_arm64
server_darwin_amd64
server_linux_amd64
.venv