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
.hgignore: Ignoring .pyc files and database files
David Leonard
10 years ago
parent
7bd3db3841
commit
d999937beb
1 changed files
with
5 additions
and
1 deletions
Split View
Show Diff Stats
5
1
.hgignore
+ 5
- 1
.hgignore
View File
@@ -1 +1,5 @@
-.DS_Store
+syntax: glob
+
+.DS_Store
+db.sqlite3
+*.pyc