# Created by https://www.toptal.com/developers/gitignore/api/linux,vagrant # Edit at https://www.toptal.com/developers/gitignore?templates=linux,vagrant ### Linux ### *~ # temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* # KDE directory preferences .directory # Linux trash folder which might appear on any partition or disk .Trash-* # .nfs files are created when an open file is removed but is still being accessed .nfs* ### Vagrant ### # General .vagrant/ # Log files (if you are creating logs in debug mode, uncomment this) # *.log ### Vagrant Patch ### *.box # End of https://www.toptal.com/developers/gitignore/api/linux,vagrant