forked from saeloun/miru-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
127 lines (104 loc) · 2.26 KB
/
Copy path.gitignore
File metadata and controls
127 lines (104 loc) · 2.26 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-*
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
!/tmp/data_subsets/
!/tmp/data_subsets/.keep
!/tmp/migration/
!/tmp/migration/.keep
# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep
# Ignore uploaded files in development.
/storage/*
!/storage/.keep
/tmp/storage/*
!/tmp/storage/
!/tmp/storage/.keep
/public/assets
# Ignore master key for decrypting credentials and more.
/config/master.key
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
.pnpm-store/
# Rails specific ignores
/vendor/bundle
.env
# Ignore the test folder since the app is using RSpec
/test
# Avoid code coverage report to be pushed to GitHub
/coverage
.idea
.DS_Store
/config/credentials/development.key
/config/credentials/test.key
/config/credentials/production.key
# Claude Code Assistant
.claude
# Git hooks
.husky/
lefthook-local.yml
# Vite Ruby
/public/vite*
node_modules
# Vite uses dotenv and suggests to ignore local-only env files. See
# https://vitejs.dev/guide/env-and-mode.html#env-files
*.local
# Kamal deployment secrets and environment files
.kamal/secrets
.env.kamal.local
.env.kamal.production
.env.kamal
# Test output files
# Playwright & test artifacts
playwright-report/
test-results/
.playwright-mcp/
*_test_results.txt
*_test_output.txt
*_output.txt
parallel_test*.txt
rspec_output.txt
*.env
# Test artifacts
test-*.spec.ts
*.png
!app/assets/images/*.png
!app/javascript/assets/images/auth/*.png
!spec/support/fixtures/*.png
!docs/static/img/architecture/
!docs/static/img/architecture/*.png
.playwright-mcp/
test-results/
playwright-report/
.buildx-cache/
tools/miru-cli/miru
.playwright-cli/
output/
output/pinchtab/
Procfile.dev.9000
tmp/data_subsets/*.dump
tmp/data_subsets/*.sql
tmp/migration/*.dump
.wrangler/
notes.local.md
cookies.txt
test_add_entry.html
test_all_pages.js
.gstack/