Skip to content

Commit 64886f8

Browse files
committed
Add .gitignore file
1 parent cbaf110 commit 64886f8

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# IDE & System related files
2+
Thumbs.db
3+
Desktop.ini
4+
.buildpath
5+
.project
6+
.settings
7+
.DS_Store
8+
.idea
9+
.vscode
10+
11+
# Builds
12+
/build/
13+
14+
# Composer dependencies
15+
/vendor/
16+
17+
# Composer lock file
18+
composer.lock
19+
20+
# PHAR files
21+
*.phar
22+
23+
# PHPUnit configuration
24+
phpunit.xml
25+
26+
# PHP CodeSniffer configuration
27+
phpcs.xml
28+
29+
# phpDocumentor configuration
30+
phpdoc.xml
31+
32+
# Not ignore .gitkeep files
33+
!.gitkeep

0 commit comments

Comments
 (0)