Skip to content

Commit a7e82ca

Browse files
Remove .DS_Store and .idea from .gitignore (intercom#325)
* Remove .DS_Store and .idea from .gitignore This is considered a best practice * Remove more entries Co-authored-by: Gabriel Anca Corral <[email protected]>
1 parent 79c0722 commit a7e82ca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.gitignore

-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1-
# OSX
2-
.DS_Store
3-
4-
# PhpStorm
5-
/.idea
6-
7-
# Composer
81
/vendor
92
composer.lock
10-
composer.phar
113

124
# PHPUnit
135
phpunit.phar
146
phpunit.xml
15-
16-
# Extras
17-
/build
18-
*.swp

0 commit comments

Comments
 (0)