forked from code-dot-org/code-dot-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
103 lines (96 loc) · 2.03 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Documentation at https://git-scm.com/docs/gitignore.
#
# Misc Ignores
#
\#*#
*.pid
*.pid.oldbin
*_temp.json
*~
**/.bundle
**/.vscode
dashboard/brakeman_security_report.htm
.DS_Store
.dropbox
.tmputils
.rakeTasks
.tscache/
.idea/
.irb_history
jsconfig.json
npm-debug.log
/.dropbox.cache
/.gdrive_session
/build-started
/coverage
/crontab
/globals.yml
/levelbuilder_ci_last_run
/locals.yml
/log
/rebuild
/rebuild-apps
/rebuild-shared
/rebuild-code-studio
#
# JS Ignores
#
/apps/.babel-cache
/apps/build
/apps/build-times.log
/apps/build-times-to-upload.log
/apps/coverage
/apps/log
/apps/newrelic_agent.log
/apps/node_modules/
/bin/i18n/node_modules/
/apps/npm-debug.log
/apps/src/generated/*
!/apps/src/generated/README.md
/apps/src/util/color.js
/apps/src/util/sharedConstants.js
/apps/src/applab/sharedApplabBlocks.js
/apps/src/applab/sharedApplabGoalBlocks.js
/apps/src/p5lab/gamelab/sharedGamelabBlocks.js
/apps/src/styleConstants.js
/apps/src/fontConstants.js
/apps/storybook-deploy
/apps/yarn-error.log
# Yarn ignores based on documentation at https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
/apps/.pnp.*
/apps/.yarn/*
!/apps/.yarn/patches
!/apps/.yarn/plugins
!/apps/.yarn/releases
!/apps/.yarn/sdks
!/apps/.yarn/versions
#
# Other Subdirectory-Specific Ignores
#
/aws/.code-studio-built
/aws/.code-studio-commit-built
/aws/.shared-built
/aws/.shared-commit-built
/aws/offsite/lambda/*/node_modules/
/aws/offsite/lambda/*.zip
/bin/cron/.dts
/bin/cron/log
/bin/i18n/*_credentials.yml
/bin/i18n/crowdin/etags/*testing_etags.json
/bin/i18n/crowdin/etags/*test_etags.json
/bin/test/coverage
/dashboard/config/newrelic.yml
/dashboard/db/ui_test_data.*
/dashboard/public/blockly
/dashboard/public/code-studio
/dashboard/public/shared
/dashboard/public/styleguide
/pegasus/config/newrelic.yml
/pegasus/.sass-cache
/pegasus/sites.v3/*/public/css/generated
/tools/scripts/brokenLinkChecker/node_modules/
/i18n/locales/*/codeorg-markdown/
/i18n/locales/*/curriculum_content/
/i18n/locales/*/piskel/
/i18n/locales/*/standards/
/i18n/locales/*/docs/