-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
44 lines (37 loc) · 885 Bytes
/
.gitignore
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
**/config/local.yaml
**/config/*.local.yaml
/tests
.env
venv/
cert.pem
key.pem
start*
# Generated by Cargo
# Ignore everything in the target directory
target/*
/migration/target
# Generated by pnpm
frontend/dist/
# Exclude the target/release directory from being ignored
!target/release/
# Ignore everything inside target/release except files ending with .d
target/release/*
!target/release/connect-cli
# include cargo lock
!Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
log
cereal
src/cereal
fetch/__pycache__/database.cpython-310.pyc
fetch/__pycache__/database.cpython-312.pyc
fetch/__pycache__/helpers.cpython-310.pyc
fetch/__pycache__/helpers.cpython-312.pyc
migration/Cargo.lock
benchmark_drives.sh
Cargo.lock
connect_development_backup.sql
users_devices_data.sql