Skip to content

Commit e5db607

Browse files
committed
Add empty directories and ignore files
1 parent 470d581 commit e5db607

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

include/Zend/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

include/config/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
config.inc.php
2+
dbconnect.inc.php

tmp/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

0 commit comments

Comments
 (0)