Files
sanasto-wiki/.gitignore
Runar Ingebrigtsen f42e9da504
CI / scan_ruby (push) Successful in 16s
CI / scan_js (push) Successful in 12s
CI / lint (push) Failing after 18s
CI / test (push) Failing after 17s
CI / system-test (push) Failing after 18s
add importmap bin
2026-01-26 21:53:49 +01:00

31 lines
368 B
Plaintext

.bundle
.byebug_history
.claude
.env*
.tool-versions
.yarn-integrity
.DS_Store
.installed
/log/*
/tmp/*
/storage/*
/node_modules
/public/assets
/public/packs
/public/packs-test
/public/vite
/vendor/bundle
/coverage
/spec/reports
/rerun.txt
/pids
/db/*.sqlite3
/db/*.sqlite3-*
/db/schema.rb
!.keep
# Kamal deployment secrets (DO NOT COMMIT!)
/.kamal/secrets
/vendor/