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 a1861af commit 122a4fcCopy full SHA for 122a4fc
.gitignore
@@ -1 +1,43 @@
1
-pruebas.html
+# phpstorm project files
2
+.idea
3
+
4
+# netbeans project files
5
+nbproject
6
7
+# zend studio for eclipse project files
8
+.buildpath
9
+.project
10
+.settings
11
12
+# windows thumbnail cache
13
+Thumbs.db
14
15
+# composer vendor dir
16
+/vendor
17
18
+# composer itself is not needed
19
+composer.phar
20
21
+# Mac DS_Store Files
22
+.DS_Store
23
24
+# phpunit itself is not needed
25
+phpunit.phar
26
+# local phpunit config
27
+/phpunit.xml
28
29
+tests/_output/*
30
+tests/_support/_generated
31
+tests/chromedriver
32
33
+#vagrant folder
34
+/.vagrant
35
36
+# codesniffer cache
37
+.php_cs.cache
38
39
+# local environment variables
40
+.env
41
42
43
+/.ropeproject
0 commit comments