Skip to content

Commit

Permalink
adding basic gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Zdrazil committed Feb 14, 2014
1 parent e947463 commit 99c0147
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#OS junk files
[Tt]humbs.db
*.DS_Store

#node
node_modules

#VIM
*.swp

#PhpStore
*.idea/*

#SublimeText
*.sublime-workspace
*.sublime-project

0 comments on commit 99c0147

Please sign in to comment.