fnp
/
fnp-django-template.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0c8943b0ef986932ba89b1bd00f3fb260b4b799e
[fnp-django-template.git]
/
.gitignore
1
localsettings.py
2
var
3
*~
4
*.orig
5
*.log
6
7
# Python garbage
8
*.pyc
9
.coverage
10
pip-log.txt
11
nosetests.xml
12
/build
13
/dist
14
*.egg-info
15
16
# Mac OS X garbage
17
.DS_Store
18
19
# Windows garbage
20
thumbs.db
21
22
# Eclipse
23
.project
24
.settings
25
.pydevproject
26
.tmp_*
27
28
# Tags file
29
TAGS
30
31
.sass-cache
32