feat: Update gitignore

- Add .idea directory
- Remove duplicates
This commit is contained in:
sthag 2025-06-27 21:55:36 +02:00
parent 1ddba29d9c
commit a3656b86fe

11
.gitignore vendored
View file

@ -5,6 +5,9 @@ reports/**
source/art/sprites/ source/art/sprites/
source/art/images/sprite.* source/art/images/sprite.*
# IDE
.idea/
# https://gist.github.com/octocat/9257657 # https://gist.github.com/octocat/9257657
################### ###################
################### ###################
@ -44,8 +47,6 @@ source/art/images/sprite.*
._* ._*
.Spotlight-V100 .Spotlight-V100
.Trashes .Trashes
ehthumbs.db
Thumbs.db
# https://github.com/github/gitignore # https://github.com/github/gitignore
################### ###################
@ -86,15 +87,10 @@ $RECYCLE.BIN/
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails
._*
# Files that might appear in the root of a volume # Files that might appear in the root of a volume
.DocumentRevisions-V100 .DocumentRevisions-V100
.fseventsd .fseventsd
.Spotlight-V100
.TemporaryItems .TemporaryItems
.Trashes
.VolumeIcon.icns .VolumeIcon.icns
.com.apple.timemachine.donotpresent .com.apple.timemachine.donotpresent
@ -125,7 +121,6 @@ https://github.com/github/gitignore/blob/master/Global/Linux.gitignore
################### ###################
# Logs # Logs
logs logs
*.log
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*