projets
/
auf-theme-bootstrap.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Ajout d'un README et setup.py
[auf-theme-bootstrap.git]
/
.gitignore
1
# binaires
2
*.pyc
3
*.pyo
4
5
# Fichier temporaires:
6
.*.swp
7
*~
8
\#*#
9
src/*
10
11
# DB de dev
12
*.db
13
db.sqlite
14
15
# restants de merge
16
*.orig
17
*.rej
18
19
/auf_django_theme.egg-info/
20
21
#mac
22
.DS_Store
23
24
#sass
25
.sass-cache/
26
/sass/bootstrap
27
28
/include
29
/lib
30
/local
31
/share
32
/build
33
34
# django-jenkins
35
/reports