Skip to content

Commit

Permalink
added documentation on files backup
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Jan 3, 2024
1 parent f5fe861 commit dcfe164
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cs50.dev.md
Expand Up @@ -104,6 +104,25 @@ cd Hello-World

at which point you could use `git` within that `/workspaces/Hello-World` directory as usual. Note that only `/workspaces/$RepositoryName` will be automatically backed up to CS50's `code50` organization; repositories that you clone into `/workspaces` will not.

### gitignore

Currently, only these files will be backed up to your Codespace GitHub repository:

- *.c
- *.cpp
- *.css
- *.db
- *.h
- *.html
- *.java
- *.js
- *.md
- *.py
- *.sql
- *.ts
- *.txt
- Makefile

## GitHub

### Authorization
Expand Down

0 comments on commit dcfe164

Please sign in to comment.