Sha256: 7b247b3b3f631332c63377dce31d910f4d29347f8047e00c6904dfca5c334aa3
Contents?: true
Size: 1.96 KB
Versions: 23
Compression:
Stored size: 1.96 KB
Contents
######################## # BEGIN:initial contents ######################## /.bundle/ /.yardoc /Gemfile.lock /_yardoc/ /coverage/ /doc/ /pkg/ /spec/reports/ /tmp/ # rspec failure tracking .rspec_status ####################### # END: initial contents ####################### ################################ # BEGIN: Windows files to ignore ################################ # FROM https://github.com/github/gitignore/blob/master/Global/Windows.gitignore # Windows image file caches Thumbs.db ehthumbs.db # Folder config file Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ # Windows Installer files *.cab *.msi *.msm *.msp # Windows shortcuts *.lnk ############################## # END: Windows files to ignore ############################## ############################# # BEGIN: OS X files to ignore ############################# # FROM https://github.com/github/gitignore/blob/master/Global/macOS.gitignore *.DS_Store .AppleDouble .LSOverride # Icon must end with two \r Icon # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk ########################### # END: OS X files to ignore ########################### ############################## # BEGIN: Linux files to ignore ############################## # FROM https://github.com/github/gitignore/blob/master/Global/Linux.gitignore *~ # 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-* ############################ # END: Linux files to ignore ############################ *.gem tmp* /log/ # NOTE: Comments MUST get their own dedicated lines and cannot be shared with that of the file name.
Version data entries
23 entries across 23 versions & 1 rubygems