forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
71 lines (69 loc) · 1.45 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
*~
*.pyc
*.swp
*.swo
*.bak
*.egg-info
__pycache__/
gae_runtime/*
# Ignore the auto-generated protobuf python code.
proto_files/*.py
extensions/classifiers/proto/*.ts
extensions/classifiers/proto/*.js
# We have added .git over here such that "git check-ignore" command should
# ignore the files and dirs inside the .git dir.
.git/*
third_party/*
assets/hashes.json
backend_prod_files/*
local_compiled_js/*
local_compiled_js_for_test/*
core/templates/prod/*
webpack_bundles/*
core/tests/.browserstack.env
node_modules/*
# .angular is temp folder used by angular to put logs and other artefacts.
.angular/*
# dist is our angular build folder output.
dist/*
.coverage*
!.coveragerc
coverage.xml
.viminfo
.vscode/*
.nyc_output/*
libpeerconnection.log
readme_test_dir/*
tsc_output_log.txt
dev_output.txt
tmpcompiledjs*
uploads/*
env/
venv/
*.db
.DS_Store
.idea
.vagrant/*
.lock
.local/*
yarn-error.log
.env
.pytest_cache/v/cache/*
.lighthouseci
.direnv/*
.envrc
portserver.socket
temp-tsconfig-strict.json
# Oppia uses cache slugs for various resources and we need separate resource
# directories for dev and prod. Resource directories for prod are generated
# via build.py and should not be committed to the repo.
build/*
# .python-version is generated dynamically so needs to be ignored.
.python-version
# app.yaml is generated dynamically so needs to be ignored.
app.yaml
# dump.rdb is auto generated by redis so needs to be ignored.
dump.rdb
ui-debug.log
firebase-debug.log
debug.log