Skip to content

Instantly share code, notes, and snippets.

@bhargavrpatel
Created August 9, 2014 12:19
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/b2b6933c455ba4a7fa04 to your computer and use it in GitHub Desktop.
Save bhargavrpatel/b2b6933c455ba4a7fa04 to your computer and use it in GitHub Desktop.
Gitignore
/*
!.gitignore
#!.gitattributes this is optional
# Ignore game folder, and all default dota_addons folders
!game
/game/*
!/game/dota_addons
/game/dota_addons/*
# Ignore content folder, and all default dota_addons folders
!content
/content/*
!/content/dota_addons
/content/dota_addons/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment