1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 13:54:04 +00:00

Add .idea folder to .gitignore

This commit is contained in:
Mark 2024-12-29 06:54:57 +01:00
parent 6a0399823f
commit 5cdcc30b10
No known key found for this signature in database
GPG key ID: 79CFF7869BD39873

1
.gitignore vendored
View file

@ -4,5 +4,6 @@ composer.lock
vendor/ vendor/
.php-cs-fixer.cache .php-cs-fixer.cache
.vscode/ .vscode/
.idea/
coverage/ coverage/
node_modules node_modules