.gitignore for Ext JS
14 ignore rules for Ext JS, ready to copy into your repository.
JavaScript application framework
The complete .gitignore for Ext JS
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:30:25 UTC
# Technologies: Ext JS
### Ext JS ###
.architect
# Build output directory
build/
bootstrap.css
bootstrap.js
bootstrap.json
bootstrap.jsonp
classic.json
classic.jsonp
ext/
modern.json
modern.jsonp
resources/sass/.sass-cache/
resources/.arch-internal-preview.css
.arch-internal-preview.css
What these Ext JS rules actually ignore
Every pattern below, and why it belongs in your .gitignore.
General
| Pattern | What it ignores |
|---|---|
.architect |
General |
build/ |
Build output directory |
bootstrap.css |
General |
bootstrap.js |
General |
bootstrap.json |
General |
bootstrap.jsonp |
General |
classic.json |
General |
classic.jsonp |
General |
ext/ |
General |
modern.json |
General |
modern.jsonp |
General |
resources/sass/.sass-cache/ |
General |
resources/.arch-internal-preview.css |
General |
.arch-internal-preview.css |
General |
How to use this .gitignore for Ext JS
- Copy the Ext JS 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.