| Category | π | π¬ Notes |
|---|---|---|
| Bundler & vendor | β | /vendor/* and .bundle correctly ignored. |
| Environment files | β | Youβre ignoring .env and .env.* β good for security. |
| Logs & tempfiles | β | Includes .keep exceptions β perfect for Rails conventions. |
| PID & storage dirs | β | Very clean setup for /tmp/pids and /storage. |
| Public assets | β | /public/assets is safely ignored β prevents committing precompiled assets. |
| Credentials | β | /config/master.key excluded β essential for Rails. |
| RSpec artifacts | β | /spec/examples.txt, /.rspec_status, /coverage/ all included. Perfect. |
| Build & executables | β | /bin/ and /pkg/ β good call for pure Ruby packaging. |
| Editor/OS cruft | β | .vscode/, .idea/, .DS_Store, Thumbs.db all covered. |
Created
October 30, 2025 15:28
-
-
Save giljr/ecad2fe067ddcf8b6988b3a408b1ebaa to your computer and use it in GitHub Desktop.
vim cmds tutorial [TODO]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment