Last Updated: February 25, 2016
·
1.023K
· kalashnikovisme

.gitignore for dolphin users

Dolphin is the KDE's default file manager.
While using Dolphin, it creates file .directory. Dolphin saves options for directory, where the file.
Remember: add to .gitignore

*.directory

to the file is not added to the git repository.

But remember, you should not add this to your project .gitignore. Because if you work in team, your colleagues may not use Dolphin. You should add this line to your global .gitignore.

Other types of files, which must not be in the Rails project repo, you can find in my .gitignore template for Rails projects.

https://gist.github.com/kalashnikovisme/6722293#file-rails-gitignore