[READ-ONLY] Mirror of https://github.com/excaliburjs/Excalibur. 🎮 Your friendly TypeScript 2D game engine for the web 🗡️ excaliburjs.com
excalibur excaliburjs game-development game-engine game-framework gamedev games html5-canvas typescript
2

Configure Feed

Select the types of activity you want to include in your feed.

chore: add .idea to .gitignore (#3169)

Jetbrains IDEs create a `.idea` dir in each repository to store configurations (like `.vs` and `.vscode`).

I'm aware that `.git/info/exclude` can be used as a localized .gitignore file or `~/..config/git/ignore` for global ignores, so I'll leave it up to the maintainers if this solution is ok.

## Changes:

- Added `.idea` to `.gitignore` to prevent this dir from accidentally being committed.

authored by

Yorick van Klinken and committed by
GitHub
(Aug 7, 2024, 9:29 AM -0500) 76f65bda 604f6ffc

+1
+1
.gitignore
··· 41 41 42 42 # Build 43 43 .vs/ 44 + .idea/ 44 45 build/ 45 46 build-storybook/ 46 47 bld/