forked from mytardis/mytardis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
75 lines (69 loc) · 1.16 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
*.calltree
*.conf
*.egg-info/
*.log
*.prof
__pycache__/
*.pyc
*.sqlite
*.wsgi
.idea/
.installed.cfg
.noseids
.project
.cache
.pydevproject
.settings/
/static/
bin/
celerybeat-schedule
coverage/
develop-eggs/
docs/Makefile
docs/doctrees/
docs/html/
docs/make.bat
docs/pydoc
eggs/
node_modules/
assets/bundles/
parts/
tardis/settings.py
tardis/tardis_portal/tests/rifcs/MyTARDIS-1.xml
var/
versions.cfg
webpack-stats.json
tardis_db
tardis/apps/*
!tardis/apps/__init__.py
!tardis/apps/deep_storage_download_mapper
!tardis/apps/dl_mapper_df_dir_only
!tardis/apps/equipment
!tardis/apps/filepicker
!tardis/apps/hsm
!tardis/apps/mx_views
!tardis/apps/oaipmh
!tardis/apps/openid_migration
!tardis/apps/push_to
!tardis/apps/related_info
!tardis/apps/s3utils
!tardis/apps/slideshow_view
!tardis/apps/sftp
!tardis/apps/social_auth
!tardis/apps/search
!tardis/apps/eventlog
!tardis/apps/projects
!tardis/apps/identifiers
!tardis/apps/dataclassification
tardis/apps/autoarchive
!tardis/apps/single_sign_on
!tardis/apps/yaml_dump
!tardis/apps/idw_download
.DS_Store
*.old
*.txt~
venv/
*.py#
tardis/apps/projects/.#api.py
tardis/apps/identifiers/tests/#test_models.py#
.vscode/settings.json