-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (54 loc) · 959 Bytes
/
.gitignore
File metadata and controls
71 lines (54 loc) · 959 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Bundler config
/.bundle
# Ignore the built gem files
/pkg
# Ignore all logfiles and tempfiles.
/log/*
/tmp
# Ignore pidfiles, session data, and other temp directories
/tmp/pids
/tmp/sessions
/tmp/cache
# Ignore secrets (if applicable)
/config/master.key
/.env
.env.*
# Byebug command history
.byebug_history
# Ignore system files
.DS_Store
# Ignore editor directories and files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
# Ignore RuboCop cache
.rubocop_cache
# Ignore coverage reports
coverage/
# Ignore test and spec reports
/test/reports/
/test/dummy/tmp/
/test/generators/dummy/tmp/
/spec/reports/
# Ignore generated documentation
/doc/
/yardoc/
/.yardoc
# Ignore temporary files created by editors
*~
*.swp
*.swo
*.swn
# Ignore environment managers
.rvm/
.rbenv/
.terraform/
# Ignore Docker files (if using Docker)
docker-compose.override.yml
# Ignore generated files
*.gem
*.rbc
# Ignore logs and debug files
debug.log
pkg/