Skip to content

Commit

Permalink
Update source_code.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang authored Aug 2, 2021
1 parent 4b85b09 commit bf0798e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/contributing-code/source_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ permalink: /contributing-code/source-code/
* **libs** - general helper libraries (e.g. access control).
* **private** - original template code for various web pages (Polymer 2).
* **templates** - auto-generated minimized template code for various web pages (Polymer 2).
* **go** - go code.
* **python** - python 2 code.
* **bot** - bot specific code.
* **tests** - tests for core and App Engine code.
* rest are *package* level directories.
* **clusterfuzz** - python code.
* **_internal** - Internal/private modules.
* **_internal/tests** - tests for core and App Engine code.
* rest are public modules.
* **third_party** - third-party package dependencies.
* **requirements.txt** - platform agnostic package list.
* **platform_requirements.txt** - platform dependent package list.
Expand Down

0 comments on commit bf0798e

Please sign in to comment.