Skip to content

Instantly share code, notes, and snippets.

@bhargavrpatel
Created August 9, 2014 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhargavrpatel/8d59a5c4b3a737c8decb to your computer and use it in GitHub Desktop.
Save bhargavrpatel/8d59a5c4b3a737c8decb to your computer and use it in GitHub Desktop.
/*
!.gitignore
!.gitattributes
# Ignore game folder, and all default dota_addons folders
!game
/game/*
!/game/dota_addons
/game/dota_addons/*
!/game/dota_addons/treetag
# Ignore content folder, and all default dota_addons folders
!content
/content/*
!/content/dota_addons
/content/dota_addons/*
!/content/dota_addons/treetag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment