This website works better with JavaScript
Home
Explore
Help
Sign In
radu
/
Django-Hackathon-Starter
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Removing Thumbs.db, updating .hgignore
David Leonard
10 years ago
parent
39041104c7
commit
cd2671e10c
2 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
.hgignore
BIN
hackathon_starter/hackathon/static/img/Thumbs.db
+ 2
- 1
.hgignore
View File
@@ -5,4 +5,5 @@ db.sqlite3
*.pyc
bower_components/
migrations/
-*.coverage
+*.coverage
+Thumbs.db
BIN
hackathon_starter/hackathon/static/img/Thumbs.db
View File