projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908dbd2
)
adding migrations and uploads to gitignore
author
Seth Woodworth
<seth@sethish.com>
Thu, 3 Jan 2013 00:19:05 +0000
(19:19 -0500)
committer
Seth Woodworth
<seth@sethish.com>
Thu, 3 Jan 2013 00:19:05 +0000
(19:19 -0500)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 1a29963c325cf0507b2d12bb31037edadfb6d210..dc0467fb1001a32cc1db703c8f0f57b472de9380 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-25,5
+25,14
@@
log
# Translations:
*.pot
+# virtual enviroment
+venv
+
+# ignore south migrations
+migrations
+
+## Django
# deployment specific django files:
local_settings.py
+# uploaded media
+karmaworld/media/