This repository has been archived by the owner on Jun 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
63 lines (53 loc) · 1.5 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Ignore public directory while the directory only contains
# - Files which users uploaded
# - Files which collected via 'python manage.py collectstatics'
# - Files which generated by django-compressor
# But several files are required while fixtures specified these
!public/storage/fixtures/*
!public/storage/products/platforms/*
!public/storage/products/services/*
# Ignore files which should not be shared
config/gcal/credentials.json
config/gcal/client_secrets.json
src/kawaz/local_settings.py
src/lib/django-activities/activities/tests/test_notifiers/test_oauth/data/credentials_twitter.json
config/activities/notifiers/credentials_twitter_kawaz_official.json
config/activities/notifiers/credentials_twitter_kawazinfo.json
config/activities/notifiers/credentials_twitter_kawaz_test.json
config/activities/notifiers/credentials_twitter_kawazinfo_test.json
# Ignore files which starts from '.'
.*
# But following
!.travis.yml
!.gitignore
!.gitmodules
!.git-pr-release
# Ignore files which automatically generated
db.sqlite3
*.small*
*.middle*
*.huge*
*.large*
*.grayscale*
__pycache__/
*.py[cod]
*.mo
# Ignore files automatically generated in Mac OS X
Network Trash Folder
Temporary Items
# Sphinx
docs/_build
config/requirements-deploy.txt
### https://raw.github.com/github/gitignore/d1caffed352607b5415e9e0e827f4770eb39e316/Global/VirtualEnv.gitignore
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json