mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
12cb6d263a
Using `gemspec` in `Gemfiles` creates hardcoded absolute paths in the generated lockfile. This is regenerated later, but leaves your `git status` showing spurious entries for changed lockfiles that need to be worked around. Delete the lockfiles, and add them to `.gitignore`.
15 lines
138 B
Text
15 lines
138 B
Text
/.yardoc
|
|
/coverage
|
|
/doc
|
|
/pkg
|
|
/test/rails
|
|
/test/gemfiles/*.lock
|
|
/.haml
|
|
/site
|
|
*.rbc
|
|
.rbenv-version
|
|
Gemfile.lock
|
|
.rvmrc
|
|
.rbx
|
|
tmp
|
|
.sass-cache
|