forked from fossasia/open-event-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (56 loc) · 734 Bytes
/
.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
.vagrant/
.DS_Store
*.pyc
*.pyo
*.env
env
env*
!migrations/env.py
dist
build
*.egg
*.egg-info
_mailinglist
.tox
.cache/
test.db
app.db
.idea/
.bundle/
.vscode/
venv/
.venv*
# Static files at 'app/static/vendor'
app/static/vendor
node_modules
# event export files
static/exports/event*
# temp static files
static/temp/*
!static/temp/.gitkeep
/tests/test.db-journal
# uploads dir
static/media/*
!static/media/.gitkeep
# uploads dir
static/uploads/*
!static/uploads/.gitkeep
# redis
redis-3.2.1/
dump.rdb
/report.html
/output.xml
/log.html
/selenium-screenshot-1.png
jobs.sqlite
# for -e pip packages
src
#tickets
generated/
docker-compose.override.yml
celerybeat-schedule*
.coverage
.pytype
.tool-versions
*.mo
.python-version