Update project gitignore

Ignores PHPStorm's .idea/ folder and OS X .DS_Store files

Change-Id: Iec5783f5efedd086e1d21bf57292bc94665f0940
这个提交包含在:
Kayla Morgan 2023-02-28 10:24:14 -06:00
父节点 cdac6b2e30
当前提交 7704019af0
共有 1 个文件被更改,包括 2 次插入0 次删除

2
.gitignore vendored
查看文件

@ -1,8 +1,10 @@
/node_modules
/vendor
/.idea
/composer.lock
/.nyc_output
/coverage
/.eslintcache
/tests/selenium/log
/.api-testing.config.json
.DS_Store