Skip to content

Instantly share code, notes, and snippets.

@irazasyed
Created May 14, 2019 07:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irazasyed/2a7bc6451164cda27ae153555984bf82 to your computer and use it in GitHub Desktop.
Save irazasyed/2a7bc6451164cda27ae153555984bf82 to your computer and use it in GitHub Desktop.
Global GitIgnore
*~
*.diff
*.err
*.orig
*.rej
*.swo
*.swp
*.vi
# Compiled source #
###################
*.com
*.exe
*.o
*.so
# Packages #
############
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.7z
*.rar
*.gz
*.bzip
*.bz2
*.xz
*.lzma
*.cab
#packing-only formats
*.iso
*.tar
#package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
*.msi
*.msm
*.msp
# Logs #
######################
*.log
### Laravel ###
composer.phar
# Node
node_modules
bower_components
### OSX ###
.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
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### SublimeText ###
# SublimeText project files
*.sublime-workspace
### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
### PHP STORM ###
.idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment