Skip to content

Commit 122a4fc

Browse files
committed
Agrego archivos a ignorar control de versiones
1 parent a1861af commit 122a4fc

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

.gitignore

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
pruebas.html
1+
# 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

Comments
 (0)