Skip to content

Instantly share code, notes, and snippets.

@djordjecupic
Created September 14, 2017 06:43
Show Gist options
  • Save djordjecupic/1103e0a4d1f842e4f778eee7f8b22fd8 to your computer and use it in GitHub Desktop.
Save djordjecupic/1103e0a4d1f842e4f778eee7f8b22fd8 to your computer and use it in GitHub Desktop.
# Exclude the .htaccess file
.htaccess
# Exclude any PSD/AI source
*.psd
*.ai
# Exclude the build products
build/*
*.[oa]
# Exclude OS X folder attributes
.DS_Store
# Exclude Text Files
*.txt
# Except read me
!README.txt
# Exclude log files
*.log
# Exclude Fonts
_fonts/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment