Skip to content

Commit 1d75c6d

Browse files
committed
updated the php gitignores
1 parent 9a82376 commit 1d75c6d

File tree

8 files changed

+59
-0
lines changed

8 files changed

+59
-0
lines changed
File renamed without changes.

PHP/Conversions/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Ignore files for php
2+
3+
*.html
4+
*.css
5+
*.js

PHP/Data-Structures/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Ignore files for php
2+
3+
*.html
4+
*.css
5+
*.js

PHP/Dynamic-Programming/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Ignore files for php
2+
3+
*.html
4+
*.css
5+
*.js

PHP/Misc/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Ignore files for php
2+
3+
*.html
4+
*.css
5+
*.js

PHP/README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# [:arrow_left:](../README.md) PHP
2+
3+
## INDEX
4+
5+
### CONVERSIONS
6+
7+
### DATA STRUCTURES
8+
9+
### DYNAMIC PROGRAMMING
10+
11+
### MISC
12+
13+
### SEARCHES
14+
15+
### SORT
16+
17+
### EXECUTION OF PHP CODE
18+
19+
#### LINUX
20+
21+
Run on terminal using (php cli) commands below:
22+
23+
```bash
24+
php hello.php
25+
```
26+
27+
#### APACHE WEB SERVER(Runs in all OS)
28+
29+
Open apache web server and copy the php files to that folder and run the php script on apache web server.

PHP/Searches/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Ignore files for php
2+
3+
*.html
4+
*.css
5+
*.js

PHP/Sorting/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Ignore files for php
2+
3+
*.html
4+
*.css
5+
*.js

0 commit comments

Comments
 (0)