forked from cschwede/django-swiftbrowser
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
19 lines (19 loc) · 845 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#django install files
build/*
dist/*
django_swiftbrowser.egg-info/*
myproj/*
*.pyc
!swiftbrowser/static/glyphicons/css/glyphicons.css
swiftbrowser/static/glyphicons/fonts/glyphicons-regular.eot
swiftbrowser/static/glyphicons/fonts/glyphicons-regular.svg
swiftbrowser/static/glyphicons/fonts/glyphicons-regular.ttf
swiftbrowser/static/glyphicons/fonts/glyphicons-regular.woff
swiftbrowser/static/glyphicons/fonts/glyphicons-regular.woff2
swiftbrowser/static/glyphicons/fonts/glyphicons-filetypes-regular.eotswiftbrowser/static/glyphicons/fonts/glyphicons-filetypes-regular.svgswiftbrowser/static/glyphicons/fonts/glyphicons-filetypes-regular.ttfswiftbrowser/static/glyphicons/fonts/glyphicons-filetypes-regular.woffswiftbrowser/static/glyphicons/fonts/glyphicons-filetypes-regular.woff2
swiftbrowser/static/foundation/.sass-cache/*
.DS_Store