fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tutorial in editor (mechanics only)
[redakcja.git]
/
.gitignore
1
localsettings.py
2
*.sqlite
3
requirements.pybundle
4
*~
5
*.orig
6
/redakcja/media
7
/static
8
.sass-cache
9
var
10
11
# Python garbage
12
*.pyc
13
.coverage
14
.coveragerc
15
coverage.xml
16
nosetests.xml
17
pip-log.txt
18
19
# Mac OS X garbage
20
.DS_Store
21
22
# Windows garbage
23
thumbs.db
24
25
# Netbeans garbage
26
nbproject
27
nbproject/*
28
29
# Eclipse
30
.project
31
.pydevproject
32
.settings
33
34
# PyCharm
35
.idea
36
37
node_modules
38
static--wiki--editor--node_modules*
39
40
/static_test
41
chromedriver.log
42
43
deployment/environments.py
44
apps/wiki/static/wiki/build