Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
Apparently cp -r does not grab hidden files
remove accidentally commited files
  • Loading branch information
crccheck committed Oct 20, 2012
1 parent ebb3db3 commit c39994b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
media

*.log
*.pot
*.pyc
.DS_Store
.sass-cache


*.sqlite
.codeintel
*.sublime-*


MANIFEST
dist/*

Binary file removed example_project/__init__.pyc
Binary file not shown.
Binary file removed example_project/example_project.sqlite
Binary file not shown.
Binary file removed example_project/settings.pyc
Binary file not shown.
Binary file removed example_project/test_app/__init__.pyc
Binary file not shown.

0 comments on commit c39994b

Please sign in to comment.