.gitignore for Cloud9
2 ignore rules for Cloud9, ready to copy into your repository.
Cloud-based IDE from Amazon Web Services
The complete .gitignore for Cloud9
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 02:26:48 UTC
# Technologies: Cloud9
### Cloud9 ###
.c9revisions
.c9
What these Cloud9 rules actually ignore
Every pattern below, and why it belongs in your .gitignore.
Cloud9 IDE - http://c9.io
| Pattern | What it ignores |
|---|---|
.c9revisions |
Cloud9 IDE - http://c9.io |
.c9 |
Cloud9 IDE - http://c9.io |
How to use this .gitignore for Cloud9
- Copy the Cloud9 rules above, or download the file directly.
- Create a file named .gitignore at the root of your Git repository and paste the rules into it.
- If some of those files are already tracked, run git rm -r --cached . then commit again — Git only applies ignore rules to untracked files.
- Commit the .gitignore so everyone on the team shares the same rules.