Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Created December 2, 2013 22:40
Show Gist options
  • Save facelordgists/7760401 to your computer and use it in GitHub Desktop.
Save facelordgists/7760401 to your computer and use it in GitHub Desktop.
Git Ignore File
.sass-cache/*
codekit-config.json
codekit-config.json
*.sublime-project
*.sublime-workspace
sftp-config.json
*.esproj
.DS_store
@ryanpcmcquen
Copy link

You should add:

*~

@ryanpcmcquen
Copy link

Also last line should be:

.DS_Store

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment