-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
71 lines (66 loc) · 1.46 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
.idea
*.pyc
__pycache__
.pytest_cache
/config.py
/environ/
settings_env.py
db.sqlite3
env/
*~
\#*\#
*.swp
.tox/
dumps/
post_office_attachments/
src/
.DS_Store
npm-debug.log
npm-debug.log.*
.coverage
/node_modules
Vagrantfile
/vagrant_data
.vagrant
.cache
celerybeat-schedule
vagrant
tools/static/.env.json
media/*
!media/.gitkeep
static/*
!static/.gitkeep
.env
compose/local.yml
docs/_build
/eruditorg/static/build_dev/*
!eruditorg/static/build_dev/.gitkeep
/eruditorg/static/vendor/**/src
/eruditorg/static/vendor/**/source
/eruditorg/static/vendor/**/spec
/eruditorg/static/vendor/**/doc
/eruditorg/static/vendor/**/docs
/eruditorg/static/vendor/**/.gitignore
/eruditorg/static/vendor/**/.npmignore
/eruditorg/static/vendor/**/.jshintignore
/eruditorg/static/vendor/**/.jshintrc
/eruditorg/static/vendor/**/composer.json
/eruditorg/static/vendor/**/*.nuspec
/eruditorg/static/vendor/**/gruntfile.js
/eruditorg/static/vendor/**/gulpfile.js
/eruditorg/static/vendor/**/index.js
/eruditorg/static/vendor/**/package.js
/eruditorg/static/vendor/**/package.json
/eruditorg/static/vendor/**/component.json
/eruditorg/static/vendor/**/*.md
/eruditorg/static/vendor/**/*.html
/eruditorg/static/vendor/**/*.txt
/eruditorg/static/vendor/**/LICENSE
/eruditorg/static/vendor/**/Makefile
/eruditorg/static/vendor/**/test/
/eruditorg/static/vendor/**/vendor/
/eruditorg/static/vendor/**/demo/
/eruditorg/static/vendor/**/png/
/eruditorg/erudit/management/commands/fixtures/
lighthouserc.js
.lighthouseci/