-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (48 loc) · 956 Bytes
/
.gitignore
File metadata and controls
53 lines (48 loc) · 956 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
52
53
.env
cloudflared/config.yml
nginx/nginx.conf
.agents/
data/
secrets/
certs/
session.json
template.json
Cargo.lock
target/
.vscode/
samples/
external_research/
upload_api_blueprint/
# Development artifacts
tests/
cpap_autosync_pr_design.md
secure-uploader-rs/verify_order_fix.py
*.py
oscar-wasm/
# Node/Vite build artifacts
node_modules/
dist/
frontend/node_modules/
frontend/dist/
frontend/build_debug.txt
frontend/build_output.txt
secure-uploader-rs/public/assets/
secure-uploader-rs/public/images/
secure-uploader-rs/public/*.js
secure-uploader-rs/public/*.css
secure-uploader-rs/public/*.html
# Keep public/ itself but ignore its auto-generated content if it replicates frontend/dist
# If secure-uploader-rs/public/ contains source files, be more selective.
# Docker
docker-compose.override.yml
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
# OS specific
.DS_Store
Thumbs.db
# Test configurations
test_config.yml
test_config_token.yml