excaliburjs / Excalibur

🎮 Your friendly TypeScript 2D game engine for the web 🗡️
https://excaliburjs.com
BSD 2-Clause "Simplified" License
1.77k stars 189 forks source link

feat: add Jetbrains .idea dir to .gitignore #3169

Closed Autsider666 closed 1 month ago

Autsider666 commented 1 month ago

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:

eonarheim commented 1 month ago

@Autsider666 works for me!