We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbaf110 commit 64886f8Copy full SHA for 64886f8
1 file changed
.gitignore
@@ -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