-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.revuignore
More file actions
96 lines (82 loc) · 1.02 KB
/
.revuignore
File metadata and controls
96 lines (82 loc) · 1.02 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Default .revuignore file for revu
# This file contains patterns for files that should be ignored during code review
# Individual repositories can override this by creating their own .revuignore file
# Lock files and package management
*.lock
yarn.lock
package-lock.json
pnpm-lock.yaml
Cargo.lock
Gemfile.lock
composer.lock
poetry.lock
# Generated files and build artifacts
dist/
build/
coverage/
node_modules/
.next/
.nuxt/
target/
bin/
obj/
*.min.js
*.min.css
*.bundle.js
*.bundle.css
*.map
*.generated.*
*-generated.*
# Binary files - Images
*.jpg
*.jpeg
*.png
*.gif
*.bmp
*.svg
*.ico
# Binary files - Documents
*.pdf
*.doc
*.docx
*.xls
*.xlsx
*.ppt
*.pptx
# Binary files - Archives
*.zip
*.tar
*.gz
*.rar
*.7z
# Binary files - Media
*.mp3
*.mp4
*.avi
*.mov
*.wav
# Binary files - Executables and libraries
*.exe
*.dll
*.so
*.dylib
# Binary files - Fonts
*.woff
*.woff2
*.ttf
*.eot
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
# Temporary files
*.tmp
*.temp
# Logs
*.log
logs/
CHANGELOG.md
# Test snapshots
*.snap