.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
Written by Павел Калашников
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Gitignore
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#