-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (36 loc) · 705 Bytes
/
.gitignore
File metadata and controls
43 lines (36 loc) · 705 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
/.bundle/
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
# For gems, ignore all lockfiles (root and appraisal) to allow flexible dependency resolution
# But commit the Appraisal Gemfiles themselves (not the .lock files)
Gemfile.lock
gemfiles/*.lock
test/dummy/db/*.sqlite3*
test/dummy/log/*.log
test/dummy/tmp/
test/dummy/public/packs/
test/dummy/public/packs-test/
test/dummy/node_modules/
test/dummy/config/master.key
test/dummy/storage
test/dummy/storage/*.sqlite3*
# Ignore dummy app vendored bundles completely
test/dummy/vendor/
test/dummy/.bundle/
.DS_Store
/dist/
.vscode
.cursor
.claude
.aux
TODO
**/.kamal/
deploy.yml
# Global bundler/vendor ignores
vendor/
vendor/bundle/