forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (46 loc) · 903 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
*~
*.pyc
*.swp
*.swo
*.bak
gae_runtime/*
# 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/*
.coverage*
!.coveragerc
coverage.xml
.viminfo
.vscode/*
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/*
# 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/*
# app.yaml is generated dynamically so needs to be ignored
app.yaml