forked from glebkudr/shotgun_code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (60 loc) · 1.04 KB
/
Copy path.gitignore
File metadata and controls
68 lines (60 loc) · 1.04 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
# Go dependencies and build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.prof
pkg/
bin/
vendor/
# Wails specific
build/appicon.png
build/windows/
build/darwin/
build/linux/
# frontend/wailsjs/ # Usually committed, but regenerated often. Uncomment if you prefer not to commit.
# Frontend dependencies and build artifacts (Node.js / npm / yarn / pnpm)
frontend/node_modules/
frontend/dist/
frontend/.DS_Store
frontend/.env.local
frontend/.env.*.local
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/pnpm-debug.log*
frontend/coverage/
frontend/.eslintcache
frontend/.vite-inspect/
# IDE specific
.vscode/
.idea/
*.suo
*.user
*.sln.docstates
# OS specific
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# Log files
*.log
logs/
*.log.*
# Environment files
.env
.env.development
.env.production
# Keep .env.example or similar if you have one for template purposes
# .env.example
# Other
*.swp
*~
*.bak
*.tmp
Show-DirectoryTree.ps1
# If you have specific large files or data that shouldn't be in git
# data/
# assets_large/