Checkout on turtle have changes/untracked files
leap-webapp@turtle:~$ git status # Not currently on any branch. # Changes not staged for commit: # (use "git add ..." to update what will be committed) # (use "git checkout -- ..." to discard changes in working directory) # # typechange: app/assets/stylesheets/head.scss # typechange: app/assets/stylesheets/tail.scss # typechange: public/favicon.ico # # Untracked files: # (use "git add ..." to include in what will be committed) # # .cloud-locale-test.skip # .ssh/ # public/img
would be good to include them in .gitignore, so someone can tell if the webapp itself did those changes, or if they are changed by hand
(from redmine: created on 2013-01-31, closed on 2013-08-29)