-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (41 loc) · 807 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
45
46
47
48
49
50
51
52
53
54
55
# Build artifacts
*.out
*.o
*.a
*.so
# Dependency folders
node_modules/
# Temp files
tmp/
# Go specific
# Ignore vendor directory for vendored dependencies (optional)
vendor/
# TypeScript specific
# Ignore compiled Javascript files
*.js
# IDE/Editor specific (adjust based on your IDE)
.vscode/
.idea/
# OS specific temporary files
.DS_Store
Thumbs.db
# Testing frameworks (adjust based on your needs)
# Edit or remove these lines if you use different frameworks
__pycache__/
coverage/
# Local env files
.env
# Logs
*.log
# IDE build output (adjust based on your IDE)
build/
# Ignore all test files ending with .test.ts or .spec.ts
*.test.ts
*.spec.ts
# Ignore all markdown documentation files
*.md
backend/ranked-talisahr
backend/main
backend/go.work
backend/go.work.sum
frontend/node_modules